FFmpeg
|
Data Fields | |
AVClass * | class |
int | enhancer |
int | mode |
GetBitContext | gb |
ILBCFrame | frame |
int | prev_enh_pl |
int | consPLICount |
int | last_lag |
int | state_short_len |
int | lpc_n |
int16_t | nasub |
int16_t | nsub |
int | block_samples |
int16_t | no_of_words |
int16_t | no_of_bytes |
int16_t | lsfdeq [LPC_FILTERORDER *LPC_N_MAX] |
int16_t | lsfold [LPC_FILTERORDER] |
int16_t | syntMem [LPC_FILTERORDER] |
int16_t | lsfdeqold [LPC_FILTERORDER] |
int16_t | weightdenum [(LPC_FILTERORDER+1)*NSUB_MAX] |
int16_t | syntdenum [NSUB_MAX *(LPC_FILTERORDER+1)] |
int16_t | old_syntdenum [NSUB_MAX *(LPC_FILTERORDER+1)] |
int16_t | enh_buf [ENH_BUFL+ENH_BUFL_FILTEROVERHEAD] |
int16_t | enh_period [ENH_NBLOCKS_TOT] |
int16_t | prevResidual [NSUB_MAX *SUBL] |
int16_t | decresidual [BLOCKL_MAX] |
int16_t | plc_residual [BLOCKL_MAX+LPC_FILTERORDER] |
int16_t | seed |
int16_t | prevPLI |
int16_t | prevScale |
int16_t | prevLag |
int16_t | per_square |
int16_t | prev_lpc [LPC_FILTERORDER+1] |
int16_t | plc_lpc [LPC_FILTERORDER+1] |
int16_t | hpimemx [2] |
int16_t | hpimemy [4] |
int ILBCContext::enhancer |
Definition at line 89 of file ilbcdec.c.
Referenced by ilbc_decode_frame().
int ILBCContext::mode |
Definition at line 91 of file ilbcdec.c.
Referenced by ilbc_decode_frame(), ilbc_decode_init(), lsp_interpolate(), and unpack_frame().
GetBitContext ILBCContext::gb |
Definition at line 92 of file ilbcdec.c.
Referenced by ilbc_decode_frame(), and unpack_frame().
ILBCFrame ILBCContext::frame |
Definition at line 93 of file ilbcdec.c.
Referenced by ilbc_decode_frame(), and unpack_frame().
int ILBCContext::prev_enh_pl |
Definition at line 95 of file ilbcdec.c.
Referenced by ilbc_decode_frame().
int ILBCContext::last_lag |
Definition at line 97 of file ilbcdec.c.
Referenced by ilbc_decode_frame().
int ILBCContext::state_short_len |
Definition at line 98 of file ilbcdec.c.
Referenced by decode_residual(), and ilbc_decode_init().
int ILBCContext::lpc_n |
Definition at line 99 of file ilbcdec.c.
Referenced by ilbc_decode_frame(), and ilbc_decode_init().
int16_t ILBCContext::nasub |
Definition at line 100 of file ilbcdec.c.
Referenced by ilbc_decode_init().
int16_t ILBCContext::nsub |
Definition at line 101 of file ilbcdec.c.
Referenced by decode_residual(), ilbc_decode_frame(), ilbc_decode_init(), and lsp_interpolate().
int ILBCContext::block_samples |
Definition at line 102 of file ilbcdec.c.
Referenced by do_plc(), ilbc_decode_frame(), and ilbc_decode_init().
int16_t ILBCContext::lsfdeq[LPC_FILTERORDER *LPC_N_MAX] |
Definition at line 105 of file ilbcdec.c.
Referenced by ilbc_decode_frame().
int16_t ILBCContext::lsfold[LPC_FILTERORDER] |
int16_t ILBCContext::syntMem[LPC_FILTERORDER] |
Definition at line 107 of file ilbcdec.c.
Referenced by ilbc_decode_frame().
int16_t ILBCContext::lsfdeqold[LPC_FILTERORDER] |
Definition at line 108 of file ilbcdec.c.
Referenced by lsp_interpolate().
int16_t ILBCContext::weightdenum[(LPC_FILTERORDER+1)*NSUB_MAX] |
Definition at line 109 of file ilbcdec.c.
Referenced by ilbc_decode_frame().
int16_t ILBCContext::syntdenum[NSUB_MAX *(LPC_FILTERORDER+1)] |
Definition at line 110 of file ilbcdec.c.
Referenced by ilbc_decode_frame().
int16_t ILBCContext::old_syntdenum[NSUB_MAX *(LPC_FILTERORDER+1)] |
Definition at line 111 of file ilbcdec.c.
Referenced by ilbc_decode_frame().
int16_t ILBCContext::enh_buf[ENH_BUFL+ENH_BUFL_FILTEROVERHEAD] |
Definition at line 112 of file ilbcdec.c.
Referenced by decode_residual().
int16_t ILBCContext::enh_period[ENH_NBLOCKS_TOT] |
Definition at line 114 of file ilbcdec.c.
Referenced by decode_residual(), and do_plc().
int16_t ILBCContext::decresidual[BLOCKL_MAX] |
Definition at line 115 of file ilbcdec.c.
Referenced by ilbc_decode_frame().
int16_t ILBCContext::plc_residual[BLOCKL_MAX+LPC_FILTERORDER] |
Definition at line 116 of file ilbcdec.c.
Referenced by ilbc_decode_frame().
int16_t ILBCContext::prev_lpc[LPC_FILTERORDER+1] |
int16_t ILBCContext::plc_lpc[LPC_FILTERORDER+1] |
Definition at line 123 of file ilbcdec.c.
Referenced by ilbc_decode_frame().
int16_t ILBCContext::hpimemx[2] |
Definition at line 124 of file ilbcdec.c.
Referenced by ilbc_decode_frame().
int16_t ILBCContext::hpimemy[4] |
Definition at line 125 of file ilbcdec.c.
Referenced by ilbc_decode_frame().