Searched defs:tw2 (Results 1 - 3 of 3) sorted by relevance

/external/speex/libspeex/
H A Dkiss_fft.c95 kiss_fft_cpx *tw1,*tw2,*tw3; local
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; local
182 tw1=tw2=st->twiddles;
190 C_MUL(scratch[2],Fout[m2] , *tw2);
[all...]
/external/libopus/celt/
H A Dkiss_fft.c138 const kiss_twiddle_cpx *tw1,*tw2,*tw3; local
145 tw3 = tw2 = tw1 = st->twiddles;
150 C_MUL(scratch[1],Fout[m2] , *tw2 );
159 tw2 += fstride*2;
188 const kiss_twiddle_cpx *tw1,*tw2; local
202 tw1=tw2=st->twiddles;
208 C_MUL(scratch[2],Fout[m2] , *tw2);
213 tw2 += fstride*2;
/external/eigen/unsupported/Eigen/src/FFT/
H A Dei_kissfft_impl.h136 Complex *tw1,*tw2; local
141 tw1=tw2=&m_twiddles[0];
145 scratch[2]=Fout[m2] * *tw2;
150 tw2 += fstride*2;

Completed in 78 milliseconds