Home
last modified time | relevance | path

Searched refs:tw3 (Results 1 – 2 of 2) sorted by relevance

/external/speex/libspeex/
Dkiss_fft.c95 kiss_fft_cpx *tw1,*tw2,*tw3; in kf_bfly4() local
107 tw3 = tw2 = tw1 = st->twiddles; in kf_bfly4()
112 C_MUL(scratch[2],Fout[m3] , *tw3 ); in kf_bfly4()
121 tw3 += fstride*3; in kf_bfly4()
137 tw3 = tw2 = tw1 = st->twiddles; in kf_bfly4()
142 C_MUL4(scratch[2],Fout[m3] , *tw3 ); in kf_bfly4()
155 tw3 += fstride*3; in kf_bfly4()
/external/libopus/celt/
Dkiss_fft.c121 const kiss_twiddle_cpx *tw1,*tw2,*tw3; in kf_bfly4() local
131 tw3 = tw2 = tw1 = st->twiddles; in kf_bfly4()
136 C_MUL4(scratch[2],Fout[m3] , *tw3 ); in kf_bfly4()
147 tw3 += fstride*3; in kf_bfly4()
168 const kiss_twiddle_cpx *tw1,*tw2,*tw3; in ki_bfly4() local
178 tw3 = tw2 = tw1 = st->twiddles; in ki_bfly4()
183 C_MULC(scratch[2],Fout[m3] , *tw3 ); in ki_bfly4()
192 tw3 += fstride*3; in ki_bfly4()