Searched refs:FFTDouble (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | fft.h | 44 typedef float FFTDouble; typedef 61 typedef int FFTDouble; typedef 67 FFTDouble re, im;
|
D | fft_template.c | 515 FFTDouble t1, t2, t3, t4, t5, t6;\ 551 FFTDouble t1, t2, t3, t4, t5, t6, t7, t8; 565 FFTDouble t1, t2, t3, t4, t5, t6; in fft8() 581 FFTDouble t1, t2, t3, t4, t5, t6; in fft16()
|
D | mdct_template.c | 170 FFTDouble re, im; in ff_mdct_calc_c()
|