Searched refs:tw3 (Results 1 – 3 of 3) sorted by relevance
/external/speex/libspeexdsp/ |
D | kiss_fft.c | 95 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/ |
D | kiss_fft.c | 138 const kiss_twiddle_cpx *tw1,*tw2,*tw3; in kf_bfly4() local 145 tw3 = tw2 = tw1 = st->twiddles; in kf_bfly4() 151 C_MUL(scratch[2],Fout[m3] , *tw3 ); in kf_bfly4() 160 tw3 += fstride*3; in kf_bfly4()
|
/external/rnnoise/src/ |
D | kiss_fft.c | 135 const kiss_twiddle_cpx *tw1,*tw2,*tw3; in kf_bfly4() local 142 tw3 = tw2 = tw1 = st->twiddles; in kf_bfly4() 148 C_MUL(scratch[2],Fout[m3] , *tw3 ); in kf_bfly4() 157 tw3 += fstride*3; in kf_bfly4()
|