Searched refs:fft256 (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | on2avc.c | 53 FFTContext fft128, fft256, fft512, fft1024; member 508 c->fft256.fft_permute(&c->fft256, (FFTComplex*)src); in wtf_end_1024() 509 c->fft256.fft_permute(&c->fft256, (FFTComplex*)(src + 256)); in wtf_end_1024() 510 c->fft256.fft_permute(&c->fft256, (FFTComplex*)(src + 512)); in wtf_end_1024() 511 c->fft256.fft_permute(&c->fft256, (FFTComplex*)(src + 768)); in wtf_end_1024() 512 c->fft256.fft_calc(&c->fft256, (FFTComplex*)src); in wtf_end_1024() 513 c->fft256.fft_calc(&c->fft256, (FFTComplex*)(src + 256)); in wtf_end_1024() 514 c->fft256.fft_calc(&c->fft256, (FFTComplex*)(src + 512)); in wtf_end_1024() 515 c->fft256.fft_calc(&c->fft256, (FFTComplex*)(src + 768)); in wtf_end_1024() 956 ff_fft_init(&c->fft256, 7, 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 | 444 PTR fft256\suffix\()_altivec
|
/third_party/ffmpeg/libavutil/ |
D | tx_template.c | 358 NULL, fft2, fft4, fft8, fft16, fft32, fft64, fft128, fft256, fft512,
|