Searched refs:MDCT15Context (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mdct15.h | 30 typedef struct MDCT15Context { struct 51 void (*mdct)(struct MDCT15Context *s, float *dst, const float *src, ptrdiff_t stride); argument 54 void (*imdct_half)(struct MDCT15Context *s, float *dst, const float *src, argument 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);
|
D | mdct15.c | 43 av_cold void ff_mdct15_uninit(MDCT15Context **ps) in ff_mdct15_uninit() 45 MDCT15Context *s = *ps; in ff_mdct15_uninit() 60 static inline int init_pfa_reindex_tabs(MDCT15Context *s) in init_pfa_reindex_tabs() 166 static void mdct15(MDCT15Context *s, float *dst, const float *src, ptrdiff_t stride) in mdct15() 206 static void imdct15_half(MDCT15Context *s, float *dst, const float *src, in imdct15_half() 247 av_cold int ff_mdct15_init(MDCT15Context **ps, int inverse, int N, double scale) in ff_mdct15_init() 249 MDCT15Context *s; in ff_mdct15_init()
|
D | aac.h | 331 MDCT15Context *mdct120; 332 MDCT15Context *mdct480; 333 MDCT15Context *mdct960;
|
D | opusenc_psy.h | 73 MDCT15Context *mdct[CELT_BLOCK_NB];
|
D | opus_celt.h | 96 MDCT15Context *imdct[4];
|
D | opus_celt.c | 326 MDCT15Context *imdct; in ff_celt_decode_frame()
|
D | opusenc.c | 41 MDCT15Context *mdct[CELT_BLOCK_NB];
|
/third_party/ffmpeg/libavcodec/x86/ |
D | mdct15_init.c | 33 static void perm_twiddles(MDCT15Context *s) in perm_twiddles() 81 av_cold void ff_mdct15_init_x86(MDCT15Context *s) in ff_mdct15_init_x86()
|