Home
last modified time | relevance | path

Searched refs:MDCT15Context (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmdct15.h30 typedef struct MDCT15Context { struct
51 void (*mdct)(struct MDCT15Context *s, float *dst, const float *src, ptrdiff_t stride);
54 void (*imdct_half)(struct MDCT15Context *s, float *dst, const float *src,
56 } MDCT15Context; typedef
59 int ff_mdct15_init(MDCT15Context **ps, int inverse, int N, double scale);
60 void ff_mdct15_uninit(MDCT15Context **ps);
62 void ff_mdct15_init_x86(MDCT15Context *s);
H A Dmdct15.c44 av_cold void ff_mdct15_uninit(MDCT15Context **ps) in ff_mdct15_uninit()
46 MDCT15Context *s = *ps; in ff_mdct15_uninit()
61 static inline int init_pfa_reindex_tabs(MDCT15Context *s) in init_pfa_reindex_tabs()
167 static void mdct15(MDCT15Context *s, float *dst, const float *src, ptrdiff_t stride) in mdct15()
207 static void imdct15_half(MDCT15Context *s, float *dst, const float *src, in imdct15_half()
248 av_cold int ff_mdct15_init(MDCT15Context **ps, int inverse, int N, double scale) in ff_mdct15_init()
250 MDCT15Context *s; in ff_mdct15_init()
H A Daac.h336 MDCT15Context *mdct120;
337 MDCT15Context *mdct480;
338 MDCT15Context *mdct960;
H A Dopusenc_psy.h73 MDCT15Context *mdct[CELT_BLOCK_NB];
H A Dopus_celt.h96 MDCT15Context *imdct[4];
H A Dopusenc.c43 MDCT15Context *mdct[CELT_BLOCK_NB];
H A Dopus_celt.c326 MDCT15Context *imdct; in ff_celt_decode_frame()
/third_party/ffmpeg/libavcodec/x86/
H A Dmdct15_init.c36 static void perm_twiddles(MDCT15Context *s) in perm_twiddles()
84 av_cold void ff_mdct15_init_x86(MDCT15Context *s) in ff_mdct15_init_x86()

Completed in 6 milliseconds