Variables | |
| float * | AACContext::output_data [MAX_CHANNELS] |
| Points to each element's 'ret' buffer (PCM output). | |
| 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::output_data[MAX_CHANNELS] [inherited] |
Points to each element's 'ret' buffer (PCM output).
Definition at line 294 of file aac.h.
Referenced by aac_decode_frame_int(), and che_configure().
int AACContext::sf_offset [inherited] |
offset into pow2sf_tab as appropriate for dsp.float_to_int16
Definition at line 296 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 295 of file aac.h.
Referenced by aac_decode_init(), apply_prediction(), and decode_ltp().
1.5.6