Variables | |
FFTContext | AACContext::mdct |
FFTContext | AACContext::mdct_small |
FFTContext | AACContext::mdct_ltp |
DSPContext | AACContext::dsp |
FmtConvertContext | AACContext::fmt_conv |
int | AACContext::random_state |
DSPContext AACContext::dsp [inherited] |
Definition at line 285 of file aac.h.
Referenced by aac_decode_init(), apply_intensity_stereo(), apply_mid_side_stereo(), decode_spectrum_and_dequant(), ff_sbr_apply(), imdct_and_windowing(), update_ltp(), and windowing_and_mdct_ltp().
FmtConvertContext AACContext::fmt_conv [inherited] |
Definition at line 286 of file aac.h.
Referenced by aac_decode_frame_int(), aac_decode_init(), and update_ltp().
FFTContext AACContext::mdct [inherited] |
Definition at line 282 of file aac.h.
Referenced by aac_decode_close(), aac_decode_init(), and imdct_and_windowing().
FFTContext AACContext::mdct_ltp [inherited] |
Definition at line 284 of file aac.h.
Referenced by aac_decode_close(), aac_decode_init(), and windowing_and_mdct_ltp().
FFTContext AACContext::mdct_small [inherited] |
Definition at line 283 of file aac.h.
Referenced by aac_decode_close(), aac_decode_init(), and imdct_and_windowing().
int AACContext::random_state [inherited] |
Definition at line 287 of file aac.h.
Referenced by aac_decode_init(), and decode_spectrum_and_dequant().