Searched refs:Fout3 (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/speex/tmv/ |
H A D | kiss_fft_tm.h | 93 register int * restrict Fout3; in kf_bfly4() local 104 Fout3 = (int*)Fout + (m * 3); in kf_bfly4() 115 sc2 = ld32x(Fout3, i); in kf_bfly4() 158 st32d(j, Fout3, sc2); in kf_bfly4() 243 register int * restrict Fout3; in kf_bfly5() local 253 Fout3=(int*)Fout+(3 *m); in kf_bfly5() 277 sc3 = ld32x(Fout3,i); in kf_bfly5() 329 st32d(j, Fout3, sc3); in kf_bfly5() 435 register kiss_fft_cpx * restrict Fout1, * restrict Fout2, * restrict Fout3; in kf_bfly4() local 442 Fout3 in kf_bfly4() 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 233 Fout3=Fout0+3*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() 245 C_MUL(scratch[3] ,*Fout3, tw[3*u*fstride]); in kf_bfly5() 271 C_SUB(*Fout3,scratch[11],scratch[12]); in kf_bfly5() 273 ++Fout0;++Fout1;++Fout2;++Fout3;++Fout4; in kf_bfly5()
|
Completed in 2 milliseconds