| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#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 162 of file iLBC_define.h.
| int blockl | 
Definition at line 168 of file iLBC_define.h.
Referenced by decode(), doThePLC(), enhancerInterface(), iLBC_decode(), and initDecode().
| int consPLICount | 
Definition at line 191 of file iLBC_define.h.
Referenced by doThePLC(), and initDecode().
| float enh_buf[ENH_BUFL] | 
Definition at line 205 of file iLBC_define.h.
Referenced by enhancerInterface(), and initDecode().
| float enh_period[ENH_NBLOCKS_TOT] | 
Definition at line 206 of file iLBC_define.h.
Referenced by enhancerInterface(), and initDecode().
| float hpomem[4] | 
Definition at line 201 of file iLBC_define.h.
Referenced by iLBC_decode(), and initDecode().
| int last_lag | 
Definition at line 188 of file iLBC_define.h.
Referenced by iLBC_decode(), and initDecode().
| int lpc_n | 
Definition at line 172 of file iLBC_define.h.
Referenced by iLBC_decode(), and initDecode().
| float lsfdeqold[LPC_FILTERORDER] | 
Definition at line 185 of file iLBC_define.h.
Referenced by DecoderInterpolateLSF().
| int mode | 
Definition at line 165 of file iLBC_define.h.
Referenced by DecoderInterpolateLSF(), enhancerInterface(), iLBC_decode(), and initDecode().
| int nasub | 
Definition at line 170 of file iLBC_define.h.
Referenced by iLBC_decode(), and initDecode().
| int no_of_bytes | 
Definition at line 171 of file iLBC_define.h.
Referenced by initDecode().
| int no_of_words | 
Definition at line 171 of file iLBC_define.h.
Referenced by initDecode().
| int nsub | 
Definition at line 169 of file iLBC_define.h.
Referenced by Decode(), DecoderInterpolateLSF(), iLBC_decode(), and initDecode().
| float old_syntdenum[(LPC_FILTERORDER+1) *NSUB_MAX] | 
Definition at line 198 of file iLBC_define.h.
Referenced by iLBC_decode(), and initDecode().
| float per | 
Definition at line 194 of file iLBC_define.h.
Referenced by doThePLC(), and initDecode().
| int prev_enh_pl | 
Definition at line 191 of file iLBC_define.h.
Referenced by enhancerInterface(), iLBC_decode(), and initDecode().
| int prevLag | 
Definition at line 191 of file iLBC_define.h.
Referenced by doThePLC(), and initDecode().
| float prevLpc[LPC_FILTERORDER+1] | 
Definition at line 192 of file iLBC_define.h.
Referenced by doThePLC(), and initDecode().
| int prevPLI | 
Definition at line 191 of file iLBC_define.h.
Referenced by doThePLC(), and initDecode().
Definition at line 193 of file iLBC_define.h.
Referenced by doThePLC(), and initDecode().
| unsigned long seed | 
Definition at line 195 of file iLBC_define.h.
Referenced by doThePLC(), and initDecode().
| int state_short_len | 
Definition at line 173 of file iLBC_define.h.
Referenced by Decode(), iLBC_decode(), and initDecode().
| float syntMem[LPC_FILTERORDER] | 
Definition at line 177 of file iLBC_define.h.
Referenced by iLBC_decode(), and initDecode().
| const iLBC_ULP_Inst_t* ULP_inst | 
Definition at line 174 of file iLBC_define.h.
Referenced by iLBC_decode(), and initDecode().
| int use_enhancer | 
Definition at line 204 of file iLBC_define.h.
Referenced by iLBC_decode(), and initDecode().