Lines Matching refs:fft128
54 FFTContext fft128, fft256, fft512, fft1024;
476 c->fft128.fft_permute(&c->fft128, (FFTComplex*)src);
477 c->fft128.fft_permute(&c->fft128, (FFTComplex*)(src + 128));
478 c->fft128.fft_permute(&c->fft128, (FFTComplex*)(src + 256));
479 c->fft128.fft_permute(&c->fft128, (FFTComplex*)(src + 384));
480 c->fft128.fft_calc(&c->fft128, (FFTComplex*)src);
481 c->fft128.fft_calc(&c->fft128, (FFTComplex*)(src + 128));
482 c->fft128.fft_calc(&c->fft128, (FFTComplex*)(src + 256));
483 c->fft128.fft_calc(&c->fft128, (FFTComplex*)(src + 384));
957 ff_fft_init(&c->fft128, 6, 0);
994 ff_fft_end(&c->fft128);