Home
last modified time | relevance | path

Searched refs:Fout2 (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/speex/tmv/
H A Dkiss_fft_tm.h52 register int * restrict Fout2; in kf_bfly2() local
57 Fout2 = (int*)Fout + m; in kf_bfly2()
63 f2_10 = ld32x(Fout2, i); in kf_bfly2()
75 st32d(j, Fout2, f2_10); in kf_bfly2()
92 register int * restrict Fout2; in kf_bfly4() local
103 Fout2 = (int*)Fout + (m << 1); in kf_bfly4()
113 sc1 = ld32x(Fout2, i); in kf_bfly4()
141 st32d(j, Fout2, sc1); in kf_bfly4()
174 register int * restrict Fout2; in kf_bfly3() local
182 Fout2 in kf_bfly3()
242 register int * restrict Fout2; kf_bfly5() local
400 register kiss_fft_cpx * restrict Fout2; kf_bfly2() local
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 Dkiss_fft.c38 kiss_fft_cpx * Fout2; in kf_bfly2() local
47 Fout2 = Fout + m; in kf_bfly2()
54 tr = SHR32(SUB32(MULT16_16(Fout2->r , tw1->r),MULT16_16(Fout2->i , tw1->i)), 1); in kf_bfly2()
55 ti = SHR32(ADD32(MULT16_16(Fout2->i , tw1->r),MULT16_16(Fout2->r , tw1->i)), 1); in kf_bfly2()
57 Fout2->r = PSHR32(SUB32(SHL32(EXTEND32(Fout->r), 14), tr), 15); in kf_bfly2()
58 Fout2->i = PSHR32(SUB32(SHL32(EXTEND32(Fout->i), 14), ti), 15); in kf_bfly2()
61 ++Fout2; in kf_bfly2()
71 Fout2 in kf_bfly2()
221 kiss_fft_cpx *Fout0,*Fout1,*Fout2,*Fout3,*Fout4; kf_bfly5() local
[all...]

Completed in 2 milliseconds