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

  /external/speex/libspeex/
kiss_fft.c 95 kiss_fft_cpx *tw1,*tw2,*tw3; local
107 tw3 = tw2 = tw1 = st->twiddles;
112 C_MUL(scratch[2],Fout[m3] , *tw3 );
121 tw3 += fstride*3;
137 tw3 = tw2 = tw1 = st->twiddles;
142 C_MUL4(scratch[2],Fout[m3] , *tw3 );
155 tw3 += fstride*3;
  /system/chre/external/kiss_fft/
kiss_fft.c 51 kiss_fft_cpx *tw1,*tw2,*tw3; local
58 tw3 = tw2 = tw1 = st->twiddles;
65 C_MUL(scratch[2],Fout[m3] , *tw3 );
74 tw3 += fstride*3;
  /external/libopus/celt/
kiss_fft.c 138 const kiss_twiddle_cpx *tw1,*tw2,*tw3; local
145 tw3 = tw2 = tw1 = st->twiddles;
151 C_MUL(scratch[2],Fout[m3] , *tw3 );
160 tw3 += fstride*3;

Completed in 217 milliseconds