Searched refs:tw2 (Results 1 – 2 of 2) sorted by relevance
/system/chre/external/kiss_fft/ |
D | kiss_fft.c | 59 kiss_fft_cpx *tw1,*tw2,*tw3; in kf_bfly4() local 66 tw3 = tw2 = tw1 = st->twiddles; in kf_bfly4() 72 C_MUL(scratch[1],Fout[m2] , *tw2 ); in kf_bfly4() 81 tw2 += fstride*2; in kf_bfly4() 109 kiss_fft_cpx *tw1,*tw2; in kf_bfly3() local 114 tw1=tw2=st->twiddles; in kf_bfly3() 120 C_MUL(scratch[2],Fout[m2] , *tw2); in kf_bfly3() 125 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()
|