Variables | |
MDCTContext | AACContext::mdct |
MDCTContext | AACContext::mdct_small |
DSPContext | AACContext::dsp |
int | AACContext::random_state |
DSPContext AACContext::dsp [inherited] |
Definition at line 280 of file aac.h.
Referenced by aac_decode_frame(), aac_decode_init(), and imdct_and_windowing().
MDCTContext AACContext::mdct [inherited] |
Definition at line 278 of file aac.h.
Referenced by aac_decode_close(), aac_decode_init(), and imdct_and_windowing().
MDCTContext AACContext::mdct_small [inherited] |
Definition at line 279 of file aac.h.
Referenced by aac_decode_close(), aac_decode_init(), and imdct_and_windowing().
int AACContext::random_state [inherited] |
Definition at line 281 of file aac.h.
Referenced by aac_decode_init(), and decode_spectrum_and_dequant().