Searched refs:Fout4 (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/speex/tmv/ |
H A D | kiss_fft_tm.h | 244 register int * restrict Fout4; in kf_bfly5() local 254 Fout4=(int*)Fout+(m<<2); in kf_bfly5() 278 sc4 = ld32x(Fout4,i); in kf_bfly5() 320 st32d(j, Fout4, sc4); in kf_bfly5() 541 register kiss_fft_cpx * restrict Fout1,* restrict Fout2,* restrict Fout3,* restrict Fout4; in kf_bfly5() local 549 Fout4=Fout+(m<<2); in kf_bfly5() 566 C_MUL( sc4,*Fout4, tw[4*u*fstride]); in kf_bfly5() 583 C_ADD(*Fout4,sc5,sc6); in kf_bfly5() 592 ++Fout1; ++Fout2; ++Fout3; ++Fout4; in kf_bfly5()
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | kiss_fft.c | 221 kiss_fft_cpx *Fout0,*Fout1,*Fout2,*Fout3,*Fout4; in kf_bfly5() local 234 Fout4=Fout0+4*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() 246 C_MUL(scratch[4] ,*Fout4, tw[4*u*fstride]); in kf_bfly5() 263 C_ADD(*Fout4,scratch[5],scratch[6]); in kf_bfly5() 273 ++Fout0;++Fout1;++Fout2;++Fout3;++Fout4; in kf_bfly5()
|
Completed in 3 milliseconds