Asterisk - The Open Source Telephony Project
18.5.0
|
#include <iLBC_define.h>
Data Fields | |
int | blockl |
int | consPLICount |
float | enh_buf [ENH_BUFL] |
float | enh_period [ENH_NBLOCKS_TOT] |
float | hpomem [4] |
int | last_lag |
int | lpc_n |
float | lsfdeqold [LPC_FILTERORDER] |
int | mode |
int | nasub |
int | no_of_bytes |
int | no_of_words |
int | nsub |
float | old_syntdenum [(LPC_FILTERORDER+1) *NSUB_MAX] |
float | per |
int | prev_enh_pl |
int | prevLag |
float | prevLpc [LPC_FILTERORDER+1] |
int | prevPLI |
float | prevResidual [NSUB_MAX *SUBL] |
unsigned long | seed |
int | state_short_len |
float | syntMem [LPC_FILTERORDER] |
const iLBC_ULP_Inst_t * | ULP_inst |
int | use_enhancer |
Definition at line 167 of file iLBC_define.h.
int blockl |
Definition at line 173 of file iLBC_define.h.
Referenced by decode(), doThePLC(), enhancerInterface(), iLBC_decode(), and initDecode().
int consPLICount |
Definition at line 196 of file iLBC_define.h.
Referenced by doThePLC(), and initDecode().
float enh_buf[ENH_BUFL] |
Definition at line 210 of file iLBC_define.h.
Referenced by enhancerInterface(), and initDecode().
float enh_period[ENH_NBLOCKS_TOT] |
Definition at line 211 of file iLBC_define.h.
Referenced by enhancerInterface(), and initDecode().
float hpomem[4] |
Definition at line 206 of file iLBC_define.h.
Referenced by iLBC_decode(), and initDecode().
int last_lag |
Definition at line 193 of file iLBC_define.h.
Referenced by iLBC_decode(), and initDecode().
int lpc_n |
Definition at line 177 of file iLBC_define.h.
Referenced by iLBC_decode(), and initDecode().
float lsfdeqold[LPC_FILTERORDER] |
Definition at line 190 of file iLBC_define.h.
Referenced by DecoderInterpolateLSF().
int mode |
Definition at line 170 of file iLBC_define.h.
Referenced by DecoderInterpolateLSF(), enhancerInterface(), iLBC_decode(), and initDecode().
int nasub |
Definition at line 175 of file iLBC_define.h.
Referenced by iLBC_decode(), and initDecode().
int no_of_bytes |
Definition at line 176 of file iLBC_define.h.
Referenced by initDecode().
int no_of_words |
Definition at line 176 of file iLBC_define.h.
Referenced by initDecode().
int nsub |
Definition at line 174 of file iLBC_define.h.
Referenced by Decode(), DecoderInterpolateLSF(), iLBC_decode(), and initDecode().
float old_syntdenum[(LPC_FILTERORDER+1) *NSUB_MAX] |
Definition at line 203 of file iLBC_define.h.
Referenced by iLBC_decode(), and initDecode().
float per |
Definition at line 199 of file iLBC_define.h.
Referenced by doThePLC(), and initDecode().
int prev_enh_pl |
Definition at line 196 of file iLBC_define.h.
Referenced by enhancerInterface(), iLBC_decode(), and initDecode().
int prevLag |
Definition at line 196 of file iLBC_define.h.
Referenced by doThePLC(), and initDecode().
float prevLpc[LPC_FILTERORDER+1] |
Definition at line 197 of file iLBC_define.h.
Referenced by doThePLC(), and initDecode().
int prevPLI |
Definition at line 196 of file iLBC_define.h.
Referenced by doThePLC(), and initDecode().
Definition at line 198 of file iLBC_define.h.
Referenced by doThePLC(), and initDecode().
unsigned long seed |
Definition at line 200 of file iLBC_define.h.
Referenced by doThePLC(), and initDecode().
int state_short_len |
Definition at line 178 of file iLBC_define.h.
Referenced by Decode(), iLBC_decode(), and initDecode().
float syntMem[LPC_FILTERORDER] |
Definition at line 182 of file iLBC_define.h.
Referenced by iLBC_decode(), and initDecode().
const iLBC_ULP_Inst_t* ULP_inst |
Definition at line 179 of file iLBC_define.h.
Referenced by iLBC_decode(), and initDecode().
int use_enhancer |
Definition at line 209 of file iLBC_define.h.
Referenced by iLBC_decode(), and initDecode().