Lines Matching refs:tw2
121 const kiss_twiddle_cpx *tw1,*tw2,*tw3;
131 tw3 = tw2 = tw1 = st->twiddles;
135 C_MUL4(scratch[1],Fout[m2] , *tw2 );
146 tw2 += fstride*2;
168 const kiss_twiddle_cpx *tw1,*tw2,*tw3;
178 tw3 = tw2 = tw1 = st->twiddles;
182 C_MULC(scratch[1],Fout[m2] , *tw2 );
191 tw2 += fstride*2;
218 const kiss_twiddle_cpx *tw1,*tw2;
227 tw1=tw2=st->twiddles;
233 C_MUL(scratch[2],Fout[m2] , *tw2);
238 tw2 += fstride*2;
269 const kiss_twiddle_cpx *tw1,*tw2;
278 tw1=tw2=st->twiddles;
283 C_MULC(scratch[2],Fout[m2] , *tw2);
288 tw2 += fstride*2;