Variables | |
FFTContext | AACContext::mdct |
FFTContext | AACContext::mdct_small |
DSPContext | AACContext::dsp |
int | AACContext::random_state |
DSPContext AACContext::dsp [inherited] |
Definition at line 271 of file aac.h.
Referenced by aac_decode_frame(), aac_decode_init(), apply_mid_side_stereo(), decode_spectrum_and_dequant(), ff_sbr_apply(), and imdct_and_windowing().
FFTContext AACContext::mdct [inherited] |
Definition at line 269 of file aac.h.
Referenced by aac_decode_close(), aac_decode_init(), and imdct_and_windowing().
FFTContext AACContext::mdct_small [inherited] |
Definition at line 270 of file aac.h.
Referenced by aac_decode_close(), aac_decode_init(), and imdct_and_windowing().
int AACContext::random_state [inherited] |
Definition at line 272 of file aac.h.
Referenced by aac_decode_init(), and decode_spectrum_and_dequant().