20 #ifndef __iLBC_CONSTANTS_H
21 #define __iLBC_CONSTANTS_H
33 extern const float hpi_zero_coefsTbl[];
34 extern const float hpi_pole_coefsTbl[];
35 extern const float hpo_zero_coefsTbl[];
36 extern const float hpo_pole_coefsTbl[];
39 extern const float lpFilt_coefsTbl[];
43 extern const float lpc_winTbl[];
44 extern const float lpc_asymwinTbl[];
45 extern const float lpc_lagwinTbl[];
46 extern const float lsfCbTbl[];
47 extern const float lsfmeanTbl[];
48 extern const int dim_lsfCbTbl[];
49 extern const int size_lsfCbTbl[];
50 extern const float lsf_weightTbl_30ms[];
51 extern const float lsf_weightTbl_20ms[];
55 extern const float state_sq3Tbl[];
56 extern const float state_frgqTbl[];
60 extern const float gain_sq3Tbl[];
61 extern const float gain_sq4Tbl[];
62 extern const float gain_sq5Tbl[];
66 extern const int search_rangeTbl[5][CB_NSTAGES];
67 extern const int memLfTbl[];
68 extern const int stMemLTbl;
69 extern const float cbfiltersTbl[CB_FILTERLEN];
73 extern const float polyphaserTbl[];
74 extern const float enh_plocsTbl[];
Definition: ilbc/ilbc.h:52