|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
#include <iLBC_define.h>

Data Fields | |
| float | anaMem [LPC_FILTERORDER] |
| int | blockl |
| float | hpimem [4] |
| float | lpc_buffer [LPC_LOOKBACK+BLOCKL_MAX] |
| int | lpc_n |
| float | lsfdeqold [LPC_FILTERORDER] |
| float | lsfold [LPC_FILTERORDER] |
| int | mode |
| int | nasub |
| int | no_of_bytes |
| int | no_of_words |
| int | nsub |
| int | state_short_len |
| const iLBC_ULP_Inst_t * | ULP_inst |
Definition at line 132 of file iLBC_define.h.
| float anaMem[LPC_FILTERORDER] |
Definition at line 147 of file iLBC_define.h.
Referenced by iLBC_encode().
| int blockl |
Definition at line 138 of file iLBC_define.h.
Referenced by encode(), iLBC_encode(), initEncode(), main(), and SimpleAnalysis().
| float hpimem[4] |
Definition at line 157 of file iLBC_define.h.
| float lpc_buffer[LPC_LOOKBACK+BLOCKL_MAX] |
Definition at line 154 of file iLBC_define.h.
Referenced by SimpleAnalysis().
| int lpc_n |
Definition at line 142 of file iLBC_define.h.
Referenced by iLBC_encode(), initEncode(), LPCencode(), and SimpleAnalysis().
| float lsfdeqold[LPC_FILTERORDER] |
Definition at line 151 of file iLBC_define.h.
Referenced by LPCencode().
| float lsfold[LPC_FILTERORDER] |
Definition at line 150 of file iLBC_define.h.
Referenced by LPCencode().
| int mode |
Definition at line 135 of file iLBC_define.h.
Referenced by FrameClassify(), initEncode(), and SimpleInterpolateLSF().
| int nasub |
Definition at line 140 of file iLBC_define.h.
Referenced by iLBC_encode(), and initEncode().
| int no_of_bytes |
Definition at line 141 of file iLBC_define.h.
Referenced by encode(), and initEncode().
| int no_of_words |
Definition at line 141 of file iLBC_define.h.
Referenced by initEncode().
| int nsub |
Definition at line 139 of file iLBC_define.h.
Referenced by FrameClassify(), iLBC_encode(), initEncode(), and SimpleInterpolateLSF().
| int state_short_len |
Definition at line 143 of file iLBC_define.h.
Referenced by AbsQuantW(), iCBSearch(), iLBC_encode(), and initEncode().
| const iLBC_ULP_Inst_t* ULP_inst |
Definition at line 144 of file iLBC_define.h.
Referenced by iLBC_encode(), and initEncode().