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