Searched refs:fft512 (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | on2avc.c | 54 FFTContext fft128, fft256, fft512, fft1024; member 487 c->fft512.fft_permute(&c->fft512, (FFTComplex*)tmp1); in wtf_end_512() 488 c->fft512.fft_calc(&c->fft512, (FFTComplex*)tmp1); in wtf_end_512() 959 ff_fft_init(&c->fft512, 8, 1); in on2avc_decode_init() 996 ff_fft_end(&c->fft512); in on2avc_decode_close()
|
H A D | fft_template.c | 620 fft4, fft8, fft16, fft32, fft64, fft128, fft256, fft512, fft1024,
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | fft_altivec.S | 445 PTR fft512\suffix\()_altivec
|
Completed in 4 milliseconds