Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Variables
constants.h File Reference
#include "iLBC_define.h"
Include dependency graph for constants.h:
This graph shows which files directly or indirectly include this file:

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
 

Variable Documentation

◆ cbfiltersTbl

float cbfiltersTbl[CB_FILTERLEN]
extern

Definition at line 142 of file constants.c.

Referenced by filteredCBvecs(), and getCBvec().

◆ dim_lsfCbTbl

int dim_lsfCbTbl[]
extern

Definition at line 202 of file constants.c.

Referenced by SimplelsfDEQ(), and SimplelsfQ().

◆ enh_plocsTbl

float enh_plocsTbl[]
extern

Definition at line 196 of file constants.c.

Referenced by enhancerInterface().

◆ gain_sq3Tbl

float gain_sq3Tbl[]
extern

Definition at line 150 of file constants.c.

Referenced by gaindequant(), and gainquant().

◆ gain_sq4Tbl

float gain_sq4Tbl[]
extern

Definition at line 160 of file constants.c.

Referenced by gaindequant(), and gainquant().

◆ gain_sq5Tbl

float gain_sq5Tbl[]
extern

Definition at line 168 of file constants.c.

Referenced by gaindequant(), gainquant(), and iCBSearch().

◆ hpi_pole_coefsTbl

float hpi_pole_coefsTbl[]
extern

Definition at line 77 of file constants.c.

Referenced by hpInput().

◆ hpi_zero_coefsTbl

float hpi_zero_coefsTbl[]
extern

Definition at line 74 of file constants.c.

Referenced by hpInput().

◆ hpo_pole_coefsTbl

float hpo_pole_coefsTbl[]
extern

Definition at line 83 of file constants.c.

Referenced by hpOutput().

◆ hpo_zero_coefsTbl

float hpo_zero_coefsTbl[]
extern

Definition at line 80 of file constants.c.

Referenced by hpOutput().

◆ lpc_asymwinTbl

float lpc_asymwinTbl[]
extern

Definition at line 317 of file constants.c.

Referenced by SimpleAnalysis().

◆ lpc_lagwinTbl

float lpc_lagwinTbl[]
extern

Definition at line 406 of file constants.c.

Referenced by SimpleAnalysis().

◆ lpc_winTbl

float lpc_winTbl[]
extern

Definition at line 224 of file constants.c.

Referenced by SimpleAnalysis().

◆ lpFilt_coefsTbl

float lpFilt_coefsTbl[]
extern

Definition at line 89 of file constants.c.

Referenced by enhancerInterface().

◆ lsf_weightTbl_20ms

float lsf_weightTbl_20ms[]
extern

Definition at line 220 of file constants.c.

Referenced by DecoderInterpolateLSF(), and SimpleInterpolateLSF().

◆ lsf_weightTbl_30ms

float lsf_weightTbl_30ms[]
extern

Definition at line 216 of file constants.c.

Referenced by DecoderInterpolateLSF(), and SimpleInterpolateLSF().

◆ lsfCbTbl

float lsfCbTbl[]
extern

Definition at line 413 of file constants.c.

Referenced by SimplelsfDEQ(), and SimplelsfQ().

◆ lsfmeanTbl

float lsfmeanTbl[]
extern

Definition at line 210 of file constants.c.

Referenced by initDecode(), and initEncode().

◆ memLfTbl

int memLfTbl[]
extern

Definition at line 138 of file constants.c.

Referenced by Decode(), and iLBC_encode().

◆ polyphaserTbl

float polyphaserTbl[]
extern

Definition at line 182 of file constants.c.

Referenced by enh_upsample(), and refiner().

◆ search_rangeTbl

int search_rangeTbl[5][CB_NSTAGES]
extern

Definition at line 135 of file constants.c.

Referenced by iCBSearch().

◆ size_lsfCbTbl

int size_lsfCbTbl[]
extern

Definition at line 203 of file constants.c.

Referenced by SimplelsfDEQ(), and SimplelsfQ().

◆ state_frgqTbl

float state_frgqTbl[]
extern

Definition at line 108 of file constants.c.

Referenced by StateConstructW(), and StateSearchW().

◆ state_sq3Tbl

float state_sq3Tbl[]
extern

Definition at line 97 of file constants.c.

Referenced by AbsQuantW(), and StateConstructW().

◆ stMemLTbl

int stMemLTbl
extern

Definition at line 137 of file constants.c.

Referenced by Decode(), and iLBC_encode().

◆ ULP_20msTbl

const iLBC_ULP_Inst_t ULP_20msTbl
extern

Definition at line 19 of file constants.c.

Referenced by initDecode(), and initEncode().

◆ ULP_30msTbl

const iLBC_ULP_Inst_t ULP_30msTbl
extern

Definition at line 44 of file constants.c.

Referenced by initDecode(), and initEncode().