Lines Matching refs:FFTSample
42 static FFTSample * const cos_tabs[18] = {
67 FFTSample *tab = cos_tabs[index]; in init_cos_tabs_idx()
230 FFTSample r0=a0.re, i0=a0.im, r1=a1.re, i1=a1.im;\
255 static void name(FFTComplex *z, const FFTSample *wre, unsigned int n)\
257 FFTSample t1, t2, t3, t4, t5, t6;\
261 const FFTSample *wim = wre+o1;\
299 FFTSample t1, t2, t3, t4, t5, t6, t7, t8; in fft4()
313 FFTSample t1, t2, t3, t4, t5, t6; in fft8()
328 FFTSample t1, t2, t3, t4, t5, t6; in fft16()
329 FFTSample cos_16_1 = TX_NAME(ff_cos_16)[1]; in fft16()
330 FFTSample cos_16_3 = TX_NAME(ff_cos_16)[3]; in fft16()
408 const FFTSample *src = _src, *in1, *in2; \
446 FFTSample *src = _src, *dst = _dst; \
495 const FFTSample *src = _src, *in1, *in2; in monolithic_imdct()
522 FFTSample *src = _src, *dst = _dst; in monolithic_mdct()