Home | History | Annotate | Download | only in libspeex

Lines Matching refs:tw2

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