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 |
float AACContext::add_bias [inherited] |
offset for dsp.float_to_int16
Definition at line 289 of file aac.h.
Referenced by aac_decode_init(), apply_independent_coupling(), and imdct_and_windowing().
float* AACContext::output_data[MAX_CHANNELS] [inherited] |
Points to each element's 'ret' buffer (PCM output).
Definition at line 288 of file aac.h.
Referenced by aac_decode_frame(), and output_configure().
int AACContext::sf_offset [inherited] |
offset into pow2sf_tab as appropriate for dsp.float_to_int16
Definition at line 291 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 290 of file aac.h.
Referenced by aac_decode_init(), and predict().