Searched refs:Fout1 (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/speex/tmv/ |
H A D | kiss_fft_tm.h | 91 register int * restrict Fout1; in kf_bfly4() local 102 Fout1 = (int*)Fout + m; in kf_bfly4() 111 sc0 = ld32x(Fout1,i); in kf_bfly4() 157 st32d(j, Fout1, sc0); in kf_bfly4() 173 register int * restrict Fout1; in kf_bfly3() local 181 Fout1 = (int*)Fout + m; in kf_bfly3() 191 sc1 = ld32x(Fout1,i); in kf_bfly3() 222 st32d(j, Fout1, sc1); in kf_bfly3() 241 register int * restrict Fout1; in kf_bfly5() local 251 Fout1 in kf_bfly5() 435 register kiss_fft_cpx * restrict Fout1, * restrict Fout2, * restrict Fout3; kf_bfly4() local 493 register kiss_fft_cpx * restrict Fout1, * restrict Fout2; kf_bfly3() local 541 register kiss_fft_cpx * restrict Fout1,* restrict Fout2,* restrict Fout3,* restrict Fout4; kf_bfly5() local [all...] |
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | kiss_fft.c | 221 kiss_fft_cpx *Fout0,*Fout1,*Fout2,*Fout3,*Fout4; in kf_bfly5() local 231 Fout1=Fout0+m; in kf_bfly5() 239 C_FIXDIV( *Fout0,5); C_FIXDIV( *Fout1,5); C_FIXDIV( *Fout2,5); C_FIXDIV( *Fout3,5); C_FIXDIV( *Fout4,5); in kf_bfly5() 243 C_MUL(scratch[1] ,*Fout1, tw[u*fstride]); in kf_bfly5() 262 C_SUB(*Fout1,scratch[5],scratch[6]); in kf_bfly5() 273 ++Fout0;++Fout1;++Fout2;++Fout3;++Fout4; in kf_bfly5()
|
Completed in 2 milliseconds