18#ifndef __iLBC_CONSTANTS_H
19#define __iLBC_CONSTANTS_H
31extern const float hpi_zero_coefsTbl[];
32extern const float hpi_pole_coefsTbl[];
33extern const float hpo_zero_coefsTbl[];
34extern const float hpo_pole_coefsTbl[];
37extern const float lpFilt_coefsTbl[];
41extern const float lpc_winTbl[];
42extern const float lpc_asymwinTbl[];
43extern const float lpc_lagwinTbl[];
44extern const float lsfCbTbl[];
45extern const float lsfmeanTbl[];
46extern const int dim_lsfCbTbl[];
47extern const int size_lsfCbTbl[];
48extern const float lsf_weightTbl_30ms[];
49extern const float lsf_weightTbl_20ms[];
53extern const float state_sq3Tbl[];
54extern const float state_frgqTbl[];
58extern const float gain_sq3Tbl[];
59extern const float gain_sq4Tbl[];
60extern const float gain_sq5Tbl[];
64extern const int search_rangeTbl[5][CB_NSTAGES];
65extern const int memLfTbl[];
66extern const int stMemLTbl;
67extern const float cbfiltersTbl[CB_FILTERLEN];
71extern const float polyphaserTbl[];
72extern const float enh_plocsTbl[];
Definition: ilbc/ilbc.h:71