Asterisk - The Open Source Telephony Project
18.5.0
|
#include "iLBC_define.h"
Go to the source code of this file.
Variables | |
float | cbfiltersTbl [CB_FILTERLEN] |
int | dim_lsfCbTbl [] |
float | enh_plocsTbl [] |
float | gain_sq3Tbl [] |
float | gain_sq4Tbl [] |
float | gain_sq5Tbl [] |
float | hpi_pole_coefsTbl [] |
float | hpi_zero_coefsTbl [] |
float | hpo_pole_coefsTbl [] |
float | hpo_zero_coefsTbl [] |
float | lpc_asymwinTbl [] |
float | lpc_lagwinTbl [] |
float | lpc_winTbl [] |
float | lpFilt_coefsTbl [] |
float | lsf_weightTbl_20ms [] |
float | lsf_weightTbl_30ms [] |
float | lsfCbTbl [] |
float | lsfmeanTbl [] |
int | memLfTbl [] |
float | polyphaserTbl [] |
int | search_rangeTbl [5][CB_NSTAGES] |
int | size_lsfCbTbl [] |
float | state_frgqTbl [] |
float | state_sq3Tbl [] |
int | stMemLTbl |
const iLBC_ULP_Inst_t | ULP_20msTbl |
const iLBC_ULP_Inst_t | ULP_30msTbl |
float cbfiltersTbl[CB_FILTERLEN] |
Definition at line 142 of file constants.c.
Referenced by filteredCBvecs(), and getCBvec().
int dim_lsfCbTbl[] |
Definition at line 202 of file constants.c.
Referenced by SimplelsfDEQ(), and SimplelsfQ().
float enh_plocsTbl[] |
Definition at line 196 of file constants.c.
Referenced by enhancerInterface().
float gain_sq3Tbl[] |
Definition at line 150 of file constants.c.
Referenced by gaindequant(), and gainquant().
float gain_sq4Tbl[] |
Definition at line 160 of file constants.c.
Referenced by gaindequant(), and gainquant().
float gain_sq5Tbl[] |
Definition at line 168 of file constants.c.
Referenced by gaindequant(), gainquant(), and iCBSearch().
float hpi_pole_coefsTbl[] |
Definition at line 77 of file constants.c.
Referenced by hpInput().
float hpi_zero_coefsTbl[] |
Definition at line 74 of file constants.c.
Referenced by hpInput().
float hpo_pole_coefsTbl[] |
Definition at line 83 of file constants.c.
Referenced by hpOutput().
float hpo_zero_coefsTbl[] |
Definition at line 80 of file constants.c.
Referenced by hpOutput().
float lpc_asymwinTbl[] |
Definition at line 317 of file constants.c.
Referenced by SimpleAnalysis().
float lpc_lagwinTbl[] |
Definition at line 406 of file constants.c.
Referenced by SimpleAnalysis().
float lpc_winTbl[] |
Definition at line 224 of file constants.c.
Referenced by SimpleAnalysis().
float lpFilt_coefsTbl[] |
Definition at line 89 of file constants.c.
Referenced by enhancerInterface().
float lsf_weightTbl_20ms[] |
Definition at line 220 of file constants.c.
Referenced by DecoderInterpolateLSF(), and SimpleInterpolateLSF().
float lsf_weightTbl_30ms[] |
Definition at line 216 of file constants.c.
Referenced by DecoderInterpolateLSF(), and SimpleInterpolateLSF().
float lsfCbTbl[] |
Definition at line 413 of file constants.c.
Referenced by SimplelsfDEQ(), and SimplelsfQ().
float lsfmeanTbl[] |
Definition at line 210 of file constants.c.
Referenced by initDecode(), and initEncode().
int memLfTbl[] |
Definition at line 138 of file constants.c.
Referenced by Decode(), and iLBC_encode().
float polyphaserTbl[] |
Definition at line 182 of file constants.c.
Referenced by enh_upsample(), and refiner().
int search_rangeTbl[5][CB_NSTAGES] |
Definition at line 135 of file constants.c.
Referenced by iCBSearch().
int size_lsfCbTbl[] |
Definition at line 203 of file constants.c.
Referenced by SimplelsfDEQ(), and SimplelsfQ().
float state_frgqTbl[] |
Definition at line 108 of file constants.c.
Referenced by StateConstructW(), and StateSearchW().
float state_sq3Tbl[] |
Definition at line 97 of file constants.c.
Referenced by AbsQuantW(), and StateConstructW().
int stMemLTbl |
Definition at line 137 of file constants.c.
Referenced by Decode(), and iLBC_encode().
const iLBC_ULP_Inst_t ULP_20msTbl |
Definition at line 19 of file constants.c.
Referenced by initDecode(), and initEncode().
const iLBC_ULP_Inst_t ULP_30msTbl |
Definition at line 44 of file constants.c.
Referenced by initDecode(), and initEncode().