Home | History | Annotate | Download | only in libspeex

Lines Matching refs:tw1

39     kiss_fft_cpx * tw1;
48 tw1 = st->twiddles;
54 tr = SHR32(SUB32(MULT16_16(Fout2->r , tw1->r),MULT16_16(Fout2->i , tw1->i)), 1);
55 ti = SHR32(ADD32(MULT16_16(Fout2->i , tw1->r),MULT16_16(Fout2->r , tw1->i)), 1);
56 tw1 += fstride;
72 tw1 = st->twiddles;
75 C_MUL (t, *Fout2 , *tw1);
76 tw1 += fstride;
95 kiss_fft_cpx *tw1,*tw2,*tw3;
107 tw3 = tw2 = tw1 = st->twiddles;
110 C_MUL(scratch[0],Fout[m] , *tw1 );
119 tw1 += fstride;
137 tw3 = tw2 = tw1 = st->twiddles;
140 C_MUL4(scratch[0],Fout[m] , *tw1 );
153 tw1 += fstride;
177 kiss_fft_cpx *tw1,*tw2;
182 tw1=tw2=st->twiddles;
189 C_MUL(scratch[1],Fout[m] , *tw1);
194 tw1 += fstride;