Searched refs:tw2 (Results 1 – 2 of 2) sorted by relevance
/system/chre/external/kiss_fft/ |
D | kiss_fft.c | 51 kiss_fft_cpx *tw1,*tw2,*tw3; in kf_bfly4() local 58 tw3 = tw2 = tw1 = st->twiddles; in kf_bfly4() 64 C_MUL(scratch[1],Fout[m2] , *tw2 ); in kf_bfly4() 73 tw2 += fstride*2; in kf_bfly4() 101 kiss_fft_cpx *tw1,*tw2; in kf_bfly3() local 106 tw1=tw2=st->twiddles; in kf_bfly3() 112 C_MUL(scratch[2],Fout[m2] , *tw2); in kf_bfly3() 117 tw2 += fstride*2; in kf_bfly3()
|
D | kissfft.hh | 158 cpx_type *tw1,*tw2; in kf_bfly3() local 163 tw1=tw2=&_twiddles[0]; in kf_bfly3() 169 C_MUL(scratch[2],Fout[m2] , *tw2); in kf_bfly3() 174 tw2 += fstride*2; in kf_bfly3()
|