/external/speex/libspeex/ |
kiss_fft.c | 95 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/ |
kiss_fft.c | 121 const kiss_twiddle_cpx *tw1,*tw2,*tw3; local 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; local 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; local 227 tw1=tw2=st->twiddles 269 const kiss_twiddle_cpx *tw1,*tw2; local [all...] |
/external/eigen/unsupported/Eigen/src/FFT/ |
ei_kissfft_impl.h | 136 Complex *tw1,*tw2; local 141 tw1=tw2=&m_twiddles[0]; 145 scratch[2]=Fout[m2] * *tw2; 150 tw2 += fstride*2;
|