FFmpeg
|
Data Fields | |
int16_t | lsf [LSF_NSPLIT *LPC_N_MAX] |
int16_t | cb_index [CB_NSTAGES *(NASUB_MAX+1)] |
int16_t | gain_index [CB_NSTAGES *(NASUB_MAX+1)] |
int16_t | ifm |
int16_t | state_first |
int16_t | idx [STATE_SHORT_LEN_30MS] |
int16_t | firstbits |
int16_t | start |
int16_t ILBCFrame::lsf[LSF_NSPLIT *LPC_N_MAX] |
int16_t ILBCFrame::cb_index[CB_NSTAGES *(NASUB_MAX+1)] |
Definition at line 78 of file ilbcdec.c.
Referenced by decode_residual().
int16_t ILBCFrame::gain_index[CB_NSTAGES *(NASUB_MAX+1)] |
Definition at line 79 of file ilbcdec.c.
Referenced by decode_residual().
int16_t ILBCFrame::ifm |
Definition at line 80 of file ilbcdec.c.
Referenced by decode_residual().
int16_t ILBCFrame::state_first |
Definition at line 81 of file ilbcdec.c.
Referenced by decode_residual().
int16_t ILBCFrame::idx[STATE_SHORT_LEN_30MS] |
Definition at line 82 of file ilbcdec.c.
Referenced by decode_residual().
int16_t ILBCFrame::start |
Definition at line 84 of file ilbcdec.c.
Referenced by decode_residual().