Searched refs:fft512 (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | on2avc.c | 53 FFTContext fft128, fft256, fft512, fft1024; member 486 c->fft512.fft_permute(&c->fft512, (FFTComplex*)tmp1); in wtf_end_512() 487 c->fft512.fft_calc(&c->fft512, (FFTComplex*)tmp1); in wtf_end_512() 957 ff_fft_init(&c->fft512, 8, 1); in on2avc_decode_init() 994 ff_fft_end(&c->fft512); in on2avc_decode_close()
|
D | fft_template.c | 615 fft4, fft8, fft16, fft32, fft64, fft128, fft256, fft512, fft1024,
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | fft_altivec.S | 445 PTR fft512\suffix\()_altivec
|
/third_party/ffmpeg/libavutil/ |
D | tx_template.c | 358 NULL, fft2, fft4, fft8, fft16, fft32, fft64, fft128, fft256, fft512,
|