Lines Matching refs:tw1
37 kiss_fft_cpx * tw1 = st->twiddles; in kf_bfly2() local
43 C_MUL (t, *Fout2 , *tw1); in kf_bfly2()
44 tw1 += fstride; in kf_bfly2()
59 kiss_fft_cpx *tw1,*tw2,*tw3; in kf_bfly4() local
66 tw3 = tw2 = tw1 = st->twiddles; in kf_bfly4()
71 C_MUL(scratch[0],Fout[m] , *tw1 ); in kf_bfly4()
80 tw1 += fstride; in kf_bfly4()
109 kiss_fft_cpx *tw1,*tw2; in kf_bfly3() local
114 tw1=tw2=st->twiddles; in kf_bfly3()
119 C_MUL(scratch[1],Fout[m] , *tw1); in kf_bfly3()
124 tw1 += fstride; in kf_bfly3()