Searched refs:Fout3 (Results 1 – 6 of 6) sorted by relevance
/external/speex/tmv/ |
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 = Fout + (m * 3); in kf_bfly4() [all …]
|
/external/libopus/celt/mips/ |
D | kiss_fft_mipsr1.h | 97 kiss_fft_cpx *Fout0,*Fout1,*Fout2,*Fout3,*Fout4; in kf_bfly5() local 123 Fout3=Fout0+3*m; in kf_bfly5() 133 C_MUL(scratch[3] ,*Fout3, tw[3*u*fstride]); in kf_bfly5() 159 C_SUB(*Fout3,scratch[11],scratch[12]); in kf_bfly5() 161 ++Fout0;++Fout1;++Fout2;++Fout3;++Fout4; in kf_bfly5()
|
/external/speex/libspeexdsp/ |
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( *Fou… 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()
|
/external/eigen/unsupported/Eigen/src/FFT/ |
D | ei_kissfft_impl.h | 194 Complex *Fout0,*Fout1,*Fout2,*Fout3,*Fout4; in bfly5() local 206 Fout3=Fout0+3*m; in bfly5() 215 scratch[3] = *Fout3 * tw[3*u*fstride]; in bfly5() 251 *Fout3=scratch[11]-scratch[12]; in bfly5() 253 ++Fout0;++Fout1;++Fout2;++Fout3;++Fout4; in bfly5()
|
/external/rnnoise/src/ |
D | kiss_fft.c | 241 kiss_fft_cpx *Fout0,*Fout1,*Fout2,*Fout3,*Fout4; in kf_bfly5() local 265 Fout3=Fout0+3*m; in kf_bfly5() 274 C_MUL(scratch[3] ,*Fout3, tw[3*u*fstride]); in kf_bfly5() 300 C_SUB(*Fout3,scratch[11],scratch[12]); in kf_bfly5() 302 ++Fout0;++Fout1;++Fout2;++Fout3;++Fout4; in kf_bfly5()
|
/external/libopus/celt/ |
D | kiss_fft.c | 244 kiss_fft_cpx *Fout0,*Fout1,*Fout2,*Fout3,*Fout4; in kf_bfly5() local 268 Fout3=Fout0+3*m; in kf_bfly5() 277 C_MUL(scratch[3] ,*Fout3, tw[3*u*fstride]); in kf_bfly5() 303 C_SUB(*Fout3,scratch[11],scratch[12]); in kf_bfly5() 305 ++Fout0;++Fout1;++Fout2;++Fout3;++Fout4; in kf_bfly5()
|