Lines Matching refs:tw1
29 kiss_fft_cpx * tw1 = st->twiddles; in kf_bfly2() local
35 C_MUL (t, *Fout2 , *tw1); in kf_bfly2()
36 tw1 += fstride; in kf_bfly2()
51 kiss_fft_cpx *tw1,*tw2,*tw3; in kf_bfly4() local
58 tw3 = tw2 = tw1 = st->twiddles; in kf_bfly4()
63 C_MUL(scratch[0],Fout[m] , *tw1 ); in kf_bfly4()
72 tw1 += fstride; in kf_bfly4()
101 kiss_fft_cpx *tw1,*tw2; in kf_bfly3() local
106 tw1=tw2=st->twiddles; in kf_bfly3()
111 C_MUL(scratch[1],Fout[m] , *tw1); in kf_bfly3()
116 tw1 += fstride; in kf_bfly3()