Data Fields | |
int | pitch_delay_int_prev |
integer part of previous subframe's pitch delay (4.1.3) | |
int16_t | past_quantizer_output_buf [MA_NP+1][10] |
(2.13) LSP quantizer outputs | |
int16_t * | past_quantizer_outputs [MA_NP+1] |
int16_t | lsfq [10] |
(2.13) quantized LSF coefficients from previous frame | |
int16_t | lsp_buf [2][10] |
(0.15) LSP coefficients (previous and current frames) (3.2.5) | |
int16_t * | lsp [2] |
pointers to lsp_buf |
Definition at line 88 of file g729dec.c.
int16_t G729Context::lsfq[10] |
(2.13) quantized LSF coefficients from previous frame
Definition at line 95 of file g729dec.c.
Referenced by decode_frame().
int16_t* G729Context::lsp[2] |
pointers to lsp_buf
Definition at line 97 of file g729dec.c.
Referenced by decode_frame(), and decoder_init().
int16_t G729Context::lsp_buf[2][10] |
(0.15) LSP coefficients (previous and current frames) (3.2.5)
Definition at line 96 of file g729dec.c.
Referenced by decoder_init().
int16_t G729Context::past_quantizer_output_buf[MA_NP+1][10] |
int16_t* G729Context::past_quantizer_outputs[MA_NP+1] |
integer part of previous subframe's pitch delay (4.1.3)
Definition at line 89 of file g729dec.c.
Referenced by decode_frame().