|
Asterisk - The Open Source Telephony Project
18.5.0
|
#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 137 of file iLBC_define.h.
| float anaMem[LPC_FILTERORDER] |
Definition at line 152 of file iLBC_define.h.
Referenced by iLBC_encode().
| int blockl |
Definition at line 143 of file iLBC_define.h.
Referenced by encode(), iLBC_encode(), initEncode(), main(), and SimpleAnalysis().
| float hpimem[4] |
Definition at line 162 of file iLBC_define.h.
| float lpc_buffer[LPC_LOOKBACK+BLOCKL_MAX] |
Definition at line 159 of file iLBC_define.h.
Referenced by SimpleAnalysis().
| int lpc_n |
Definition at line 147 of file iLBC_define.h.
Referenced by iLBC_encode(), initEncode(), LPCencode(), and SimpleAnalysis().
| float lsfdeqold[LPC_FILTERORDER] |
Definition at line 156 of file iLBC_define.h.
Referenced by LPCencode().
| float lsfold[LPC_FILTERORDER] |
Definition at line 155 of file iLBC_define.h.
Referenced by LPCencode().
| int mode |
Definition at line 140 of file iLBC_define.h.
Referenced by FrameClassify(), initEncode(), and SimpleInterpolateLSF().
| int nasub |
Definition at line 145 of file iLBC_define.h.
Referenced by iLBC_encode(), and initEncode().
| int no_of_bytes |
Definition at line 146 of file iLBC_define.h.
Referenced by encode(), and initEncode().
| int no_of_words |
Definition at line 146 of file iLBC_define.h.
Referenced by initEncode().
| int nsub |
Definition at line 144 of file iLBC_define.h.
Referenced by FrameClassify(), iLBC_encode(), initEncode(), and SimpleInterpolateLSF().
| int state_short_len |
Definition at line 148 of file iLBC_define.h.
Referenced by AbsQuantW(), iCBSearch(), iLBC_encode(), and initEncode().
| const iLBC_ULP_Inst_t* ULP_inst |
Definition at line 149 of file iLBC_define.h.
Referenced by iLBC_encode(), and initEncode().
1.8.13