Searched refs:fft128 (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | on2avc.c | 53 FFTContext fft128, fft256, fft512, fft1024; member 475 c->fft128.fft_permute(&c->fft128, (FFTComplex*)src); in wtf_end_512() 476 c->fft128.fft_permute(&c->fft128, (FFTComplex*)(src + 128)); in wtf_end_512() 477 c->fft128.fft_permute(&c->fft128, (FFTComplex*)(src + 256)); in wtf_end_512() 478 c->fft128.fft_permute(&c->fft128, (FFTComplex*)(src + 384)); in wtf_end_512() 479 c->fft128.fft_calc(&c->fft128, (FFTComplex*)src); in wtf_end_512() 480 c->fft128.fft_calc(&c->fft128, (FFTComplex*)(src + 128)); in wtf_end_512() 481 c->fft128.fft_calc(&c->fft128, (FFTComplex*)(src + 256)); in wtf_end_512() 482 c->fft128.fft_calc(&c->fft128, (FFTComplex*)(src + 384)); in wtf_end_512() 955 ff_fft_init(&c->fft128, 6, 0); in on2avc_decode_init() [all …]
|
D | fft_template.c | 615 fft4, fft8, fft16, fft32, fft64, fft128, fft256, fft512, fft1024,
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | fft_altivec.S | 443 PTR fft128\suffix\()_altivec
|
/third_party/ffmpeg/libavutil/ |
D | tx_template.c | 358 NULL, fft2, fft4, fft8, fft16, fft32, fft64, fft128, fft256, fft512,
|