AMR synthesis functions


Functions

static int synthesis (AMRContext *p, float *lpc, float fixed_gain, const float *fixed_vector, float *samples, uint8_t overflow)
 Conduct 10th order linear predictive coding synthesis.

Function Documentation

static int synthesis ( AMRContext p,
float *  lpc,
float  fixed_gain,
const float *  fixed_vector,
float *  samples,
uint8_t  overflow 
) [static]

Conduct 10th order linear predictive coding synthesis.

Parameters:
p pointer to the AMRContext
lpc pointer to the LPC coefficients
fixed_gain fixed codebook gain for synthesis
fixed_vector algebraic codebook vector
samples pointer to the output speech samples
overflow 16-bit overflow flag

Definition at line 767 of file amrnbdec.c.

Referenced by amrnb_decode_frame(), and amrwb_decode_frame().


Generated on Mon May 2 19:50:30 2011 for FFmpeg by  doxygen 1.5.6