Home
last modified time | relevance | path

Searched refs:postreindex (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dmdct15_init.c87 s->postreindex = ff_mdct15_postreindex_sse3; in ff_mdct15_init_x86()
95 s->postreindex = ff_mdct15_postreindex_avx2; in ff_mdct15_init_x86()
/third_party/ffmpeg/libavcodec/
Dmdct15.h48 void (*postreindex)(FFTComplex *out, FFTComplex *in, FFTComplex *exp, int *lut, ptrdiff_t len8); member
Dmdct15.c229 s->postreindex(z, s->tmp, s->twiddle_exptab, s->pfa_postreindex, len8); in imdct15_half()
270 s->postreindex = postrotate_c; in ff_mdct15_init()