Lines Matching refs:FFTSample
69 FFTSample *tab = FFT_NAME(ff_cos_tabs)[index]; in init_ff_cos_tabs()
124 COSTABLE_CONST FFTSample * const FFT_NAME(ff_cos_tabs)[] = {
431 const FFTSample *w_re_ptr = ff_w_tab_sr + step; in fft_calc_c()
432 const FFTSample *w_im_ptr = ff_w_tab_sr + MAX_FFT_SIZE/(4*16) - step; in fft_calc_c()
451 FFTSample w_re = w_re_ptr[0]; in fft_calc_c()
452 FFTSample w_im = w_im_ptr[0]; in fft_calc_c()
504 FFTSample r0=a0.re, i0=a0.im, r1=a1.re, i1=a1.im;\
529 static void name(FFTComplex *z, const FFTSample *wre, unsigned int n)\
535 const FFTSample *wim = wre+o1;\
598 FFTSample cos_16_1 = FFT_NAME(ff_cos_16)[1]; in fft16()
599 FFTSample cos_16_3 = FFT_NAME(ff_cos_16)[3]; in fft16()