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 [LSF_NSPLIT] = {3, 3, 4} |
float | enh_plocsTbl [ENH_NBLOCKS_TOT] |
float | gain_sq3Tbl [8] |
float | gain_sq4Tbl [16] |
float | gain_sq5Tbl [32] |
float | hpi_pole_coefsTbl [3] |
float | hpi_zero_coefsTbl [3] |
float | hpo_pole_coefsTbl [3] |
float | hpo_zero_coefsTbl [3] |
float | lpc_asymwinTbl [BLOCKL_MAX] |
float | lpc_lagwinTbl [LPC_FILTERORDER+1] |
float | lpc_winTbl [BLOCKL_MAX] |
float | lpFilt_coefsTbl [FILTERORDER_DS] |
float | lsf_weightTbl_20ms [4] |
float | lsf_weightTbl_30ms [6] |
float | lsfCbTbl [64 *3+128 *3+128 *4] |
float | lsfmeanTbl [LPC_FILTERORDER] |
int | memLfTbl [NASUB_MAX] ={147,147,147,147} |
float | polyphaserTbl [ENH_UPS0 *(2 *ENH_FL0+1)] |
int | search_rangeTbl [5][CB_NSTAGES] |
int | size_lsfCbTbl [LSF_NSPLIT] = {64,128,128} |
float | state_frgqTbl [64] |
float | state_sq3Tbl [8] |
int | stMemLTbl =85 |
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[LSF_NSPLIT] = {3, 3, 4} |
Definition at line 202 of file constants.c.
Referenced by SimplelsfDEQ(), and SimplelsfQ().
float enh_plocsTbl[ENH_NBLOCKS_TOT] |
Definition at line 196 of file constants.c.
Referenced by enhancerInterface().
float gain_sq3Tbl[8] |
Definition at line 150 of file constants.c.
Referenced by gaindequant(), and gainquant().
float gain_sq4Tbl[16] |
Definition at line 160 of file constants.c.
Referenced by gaindequant(), and gainquant().
float gain_sq5Tbl[32] |
Definition at line 168 of file constants.c.
Referenced by gaindequant(), gainquant(), and iCBSearch().
float hpi_pole_coefsTbl[3] |
Definition at line 77 of file constants.c.
Referenced by hpInput().
float hpi_zero_coefsTbl[3] |
Definition at line 74 of file constants.c.
Referenced by hpInput().
float hpo_pole_coefsTbl[3] |
Definition at line 83 of file constants.c.
Referenced by hpOutput().
float hpo_zero_coefsTbl[3] |
Definition at line 80 of file constants.c.
Referenced by hpOutput().
float lpc_asymwinTbl[BLOCKL_MAX] |
Definition at line 317 of file constants.c.
Referenced by SimpleAnalysis().
float lpc_lagwinTbl[LPC_FILTERORDER+1] |
Definition at line 406 of file constants.c.
Referenced by SimpleAnalysis().
float lpc_winTbl[BLOCKL_MAX] |
Definition at line 224 of file constants.c.
Referenced by SimpleAnalysis().
float lpFilt_coefsTbl[FILTERORDER_DS] |
Definition at line 89 of file constants.c.
Referenced by enhancerInterface().
float lsf_weightTbl_20ms[4] |
Definition at line 220 of file constants.c.
Referenced by DecoderInterpolateLSF(), and SimpleInterpolateLSF().
float lsf_weightTbl_30ms[6] |
Definition at line 216 of file constants.c.
Referenced by DecoderInterpolateLSF(), and SimpleInterpolateLSF().
float lsfCbTbl[64 *3+128 *3+128 *4] |
Definition at line 413 of file constants.c.
Referenced by SimplelsfDEQ(), and SimplelsfQ().
float lsfmeanTbl[LPC_FILTERORDER] |
Definition at line 210 of file constants.c.
Referenced by initDecode(), and initEncode().
int memLfTbl[NASUB_MAX] ={147,147,147,147} |
Definition at line 138 of file constants.c.
Referenced by Decode(), and iLBC_encode().
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[LSF_NSPLIT] = {64,128,128} |
Definition at line 203 of file constants.c.
Referenced by SimplelsfDEQ(), and SimplelsfQ().
float state_frgqTbl[64] |
Definition at line 108 of file constants.c.
Referenced by StateConstructW(), and StateSearchW().
float state_sq3Tbl[8] |
Definition at line 97 of file constants.c.
Referenced by AbsQuantW(), and StateConstructW().
int stMemLTbl =85 |
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().