HomeSort by relevance Sort by last modified time
    Searched refs:tw3 (Results 1 - 2 of 2) 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;
  /external/libopus/celt/
kiss_fft.c 121 const kiss_twiddle_cpx *tw1,*tw2,*tw3; local
131 tw3 = tw2 = tw1 = st->twiddles;
136 C_MUL4(scratch[2],Fout[m3] , *tw3 );
147 tw3 += fstride*3;
168 const kiss_twiddle_cpx *tw1,*tw2,*tw3; local
178 tw3 = tw2 = tw1 = st->twiddles;
183 C_MULC(scratch[2],Fout[m3] , *tw3 );
192 tw3 += fstride*3;

Completed in 49 milliseconds