Home
last modified time | relevance | path

Searched refs:fft15 (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmdct15.h45 void (*fft15)(FFTComplex *out, FFTComplex *in, FFTComplex *exptab, ptrdiff_t stride); member
H A Dmdct15.c188 s->fft15(s->tmp + s->ptwo_fft.revtab[i], fft15in, s->exptab, l_ptwo); in mdct15()
222 s->fft15(s->tmp + s->ptwo_fft.revtab[i], fft15in, s->exptab, l_ptwo); in imdct15_half()
268 s->fft15 = fft15_c; in ff_mdct15_init()
303 } else { /* Wrap around to simplify fft15 */ in ff_mdct15_init()
/third_party/ffmpeg/libavcodec/x86/
H A Dmdct15_init.c94 s->fft15 = ff_fft15_avx; in ff_mdct15_init_x86()
H A Dmdct15.asm114 cglobal fft15, 4, 5, 14, out, in, exptab, stride, stride5
/third_party/ffmpeg/libavutil/
H A Dtx_template.c463 static av_always_inline void fft15(TXComplex *out, TXComplex *in, in fft15() function

Completed in 5 milliseconds