Searched refs:fft15in (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mdct15.c | 171 FFTComplex fft15in[15]; in mdct15() local 185 CMUL(fft15in[j].im, fft15in[j].re, tmp.re, tmp.im, exp.re, exp.im); in mdct15() 187 s->fft15(s->tmp + s->ptwo_fft.revtab[i], fft15in, s->exptab, l_ptwo); in mdct15() 209 FFTComplex fft15in[15]; in imdct15_half() local 219 CMUL3(fft15in[j], tmp, s->twiddle_exptab[k >> 1]); in imdct15_half() 221 s->fft15(s->tmp + s->ptwo_fft.revtab[i], fft15in, s->exptab, l_ptwo); in imdct15_half()
|