MDCT15Context 330 libavcodec/aac.h MDCT15Context *mdct120; MDCT15Context 331 libavcodec/aac.h MDCT15Context *mdct480; MDCT15Context 332 libavcodec/aac.h MDCT15Context *mdct960; MDCT15Context 43 libavcodec/mdct15.c av_cold void ff_mdct15_uninit(MDCT15Context **ps) MDCT15Context 45 libavcodec/mdct15.c MDCT15Context *s = *ps; MDCT15Context 60 libavcodec/mdct15.c static inline int init_pfa_reindex_tabs(MDCT15Context *s) MDCT15Context 166 libavcodec/mdct15.c static void mdct15(MDCT15Context *s, float *dst, const float *src, ptrdiff_t stride) MDCT15Context 206 libavcodec/mdct15.c static void imdct15_half(MDCT15Context *s, float *dst, const float *src, MDCT15Context 247 libavcodec/mdct15.c av_cold int ff_mdct15_init(MDCT15Context **ps, int inverse, int N, double scale) MDCT15Context 249 libavcodec/mdct15.c MDCT15Context *s; MDCT15Context 49 libavcodec/mdct15.h void (*mdct)(struct MDCT15Context *s, float *dst, const float *src, ptrdiff_t stride); MDCT15Context 52 libavcodec/mdct15.h void (*imdct_half)(struct MDCT15Context *s, float *dst, const float *src, MDCT15Context 57 libavcodec/mdct15.h int ff_mdct15_init(MDCT15Context **ps, int inverse, int N, double scale); MDCT15Context 58 libavcodec/mdct15.h void ff_mdct15_uninit(MDCT15Context **ps); MDCT15Context 60 libavcodec/mdct15.h void ff_mdct15_init_x86(MDCT15Context *s); MDCT15Context 326 libavcodec/opus_celt.c MDCT15Context *imdct; MDCT15Context 95 libavcodec/opus_celt.h MDCT15Context *imdct[4]; MDCT15Context 40 libavcodec/opusenc.c MDCT15Context *mdct[CELT_BLOCK_NB]; MDCT15Context 71 libavcodec/opusenc_psy.h MDCT15Context *mdct[CELT_BLOCK_NB]; MDCT15Context 33 libavcodec/x86/mdct15_init.c static void perm_twiddles(MDCT15Context *s) MDCT15Context 81 libavcodec/x86/mdct15_init.c av_cold void ff_mdct15_init_x86(MDCT15Context *s)