Lines Matching refs:tw2
95 kiss_fft_cpx *tw1,*tw2,*tw3; in kf_bfly4() local
107 tw3 = tw2 = tw1 = st->twiddles; in kf_bfly4()
111 C_MUL(scratch[1],Fout[m2] , *tw2 ); in kf_bfly4()
120 tw2 += fstride*2; in kf_bfly4()
137 tw3 = tw2 = tw1 = st->twiddles; in kf_bfly4()
141 C_MUL4(scratch[1],Fout[m2] , *tw2 ); in kf_bfly4()
154 tw2 += fstride*2; in kf_bfly4()
177 kiss_fft_cpx *tw1,*tw2; in kf_bfly3() local
182 tw1=tw2=st->twiddles; in kf_bfly3()
190 C_MUL(scratch[2],Fout[m2] , *tw2); in kf_bfly3()
195 tw2 += fstride*2; in kf_bfly3()