FFmpeg
4.0
|
Go to the source code of this file.
Functions | |
void | ff_mdct15_postreindex_sse3 (FFTComplex *out, FFTComplex *in, FFTComplex *exp, int *lut, ptrdiff_t len8) |
void | ff_mdct15_postreindex_avx2 (FFTComplex *out, FFTComplex *in, FFTComplex *exp, int *lut, ptrdiff_t len8) |
void | ff_fft15_avx (FFTComplex *out, FFTComplex *in, FFTComplex *exptab, ptrdiff_t stride) |
static void | perm_twiddles (MDCT15Context *s) |
av_cold void | ff_mdct15_init_x86 (MDCT15Context *s) |
void ff_mdct15_postreindex_sse3 | ( | FFTComplex * | out, |
FFTComplex * | in, | ||
FFTComplex * | exp, | ||
int * | lut, | ||
ptrdiff_t | len8 | ||
) |
Referenced by ff_mdct15_init_x86().
void ff_mdct15_postreindex_avx2 | ( | FFTComplex * | out, |
FFTComplex * | in, | ||
FFTComplex * | exp, | ||
int * | lut, | ||
ptrdiff_t | len8 | ||
) |
Referenced by ff_mdct15_init_x86().
void ff_fft15_avx | ( | FFTComplex * | out, |
FFTComplex * | in, | ||
FFTComplex * | exptab, | ||
ptrdiff_t | stride | ||
) |
Referenced by ff_mdct15_init_x86().
|
static |
Definition at line 33 of file mdct15_init.c.
Referenced by ff_mdct15_init_x86().
av_cold void ff_mdct15_init_x86 | ( | MDCT15Context * | s | ) |
Definition at line 86 of file mdct15_init.c.
Referenced by ff_mdct15_init().