HomeSort by relevance Sort by last modified time
    Searched refs:tw2 (Results 1 - 5 of 5) sorted by null

  /system/chre/external/kiss_fft/
kiss_fft.c 51 kiss_fft_cpx *tw1,*tw2,*tw3; local
58 tw3 = tw2 = tw1 = st->twiddles;
64 C_MUL(scratch[1],Fout[m2] , *tw2 );
73 tw2 += fstride*2;
101 kiss_fft_cpx *tw1,*tw2; local
106 tw1=tw2=st->twiddles;
112 C_MUL(scratch[2],Fout[m2] , *tw2);
117 tw2 += fstride*2;
kissfft.hh 158 cpx_type *tw1,*tw2; local
163 tw1=tw2=&_twiddles[0];
169 C_MUL(scratch[2],Fout[m2] , *tw2);
174 tw2 += fstride*2;
  /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 138 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/
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;

Completed in 98 milliseconds