Members used for output interleaving.


Variables

float * AACContext::output_data [MAX_CHANNELS]
 Points to each element's 'ret' buffer (PCM output).
float AACContext::add_bias
 offset for dsp.float_to_int16
float AACContext::sf_scale
 Pre-scale for correct IMDCT and dsp.float_to_int16.
int AACContext::sf_offset
 offset into pow2sf_tab as appropriate for dsp.float_to_int16

Variable Documentation

float AACContext::add_bias [inherited]

offset for dsp.float_to_int16

Definition at line 280 of file aac.h.

Referenced by aac_decode_init(), apply_independent_coupling(), ff_sbr_apply(), and spectral_to_sample().

float* AACContext::output_data[MAX_CHANNELS] [inherited]

Points to each element's 'ret' buffer (PCM output).

Definition at line 279 of file aac.h.

Referenced by aac_decode_frame(), and che_configure().

int AACContext::sf_offset [inherited]

offset into pow2sf_tab as appropriate for dsp.float_to_int16

Definition at line 282 of file aac.h.

Referenced by aac_decode_init(), and decode_scalefactors().

float AACContext::sf_scale [inherited]

Pre-scale for correct IMDCT and dsp.float_to_int16.

Definition at line 281 of file aac.h.

Referenced by aac_decode_init(), ff_sbr_apply(), and predict().


Generated on Fri Oct 26 02:36:56 2012 for FFmpeg by  doxygen 1.5.8