G729Context Struct Reference


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

Detailed Description

Definition at line 88 of file g729dec.c.


Field Documentation

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().

(2.13) LSP quantizer outputs

Definition at line 92 of file g729dec.c.

Referenced by decoder_init().

Definition at line 93 of file g729dec.c.

Referenced by decode_frame(), and decoder_init().

integer part of previous subframe's pitch delay (4.1.3)

Definition at line 89 of file g729dec.c.

Referenced by decode_frame().


The documentation for this struct was generated from the following file:

Generated on Fri Oct 26 02:39:52 2012 for FFmpeg by  doxygen 1.5.8