Searched refs:MDCT15Context (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mdct15.h | 30 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 D | mdct15.c | 44 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 D | aac.h | 336 MDCT15Context *mdct120; 337 MDCT15Context *mdct480; 338 MDCT15Context *mdct960;
|
H A D | opusenc_psy.h | 73 MDCT15Context *mdct[CELT_BLOCK_NB];
|
H A D | opus_celt.h | 96 MDCT15Context *imdct[4];
|
H A D | opusenc.c | 43 MDCT15Context *mdct[CELT_BLOCK_NB];
|
H A D | opus_celt.c | 326 MDCT15Context *imdct; in ff_celt_decode_frame()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | mdct15_init.c | 36 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