Home
last modified time | relevance | path

Searched refs:Fout3 (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/
Dkiss_fft_s16.c131 kiss_fft_s16_cpx *Fout0, *Fout1, *Fout2, *Fout3, *Fout4; in kf_bfly5() local
143 Fout3 = Fout0 + 3 * m; in kf_bfly5()
151 C_FIXDIV (*Fout3, 5); in kf_bfly5()
157 C_MUL (scratch[3], *Fout3, tw[3 * u * fstride]); in kf_bfly5()
187 C_SUB (*Fout3, scratch[11], scratch[12]); in kf_bfly5()
192 ++Fout3; in kf_bfly5()
Dkiss_fft_f32.c131 kiss_fft_f32_cpx *Fout0, *Fout1, *Fout2, *Fout3, *Fout4; in kf_bfly5() local
143 Fout3 = Fout0 + 3 * m; in kf_bfly5()
151 C_FIXDIV (*Fout3, 5); in kf_bfly5()
157 C_MUL (scratch[3], *Fout3, tw[3 * u * fstride]); in kf_bfly5()
187 C_SUB (*Fout3, scratch[11], scratch[12]); in kf_bfly5()
192 ++Fout3; in kf_bfly5()
Dkiss_fft_s32.c131 kiss_fft_s32_cpx *Fout0, *Fout1, *Fout2, *Fout3, *Fout4; in kf_bfly5() local
143 Fout3 = Fout0 + 3 * m; in kf_bfly5()
151 C_FIXDIV (*Fout3, 5); in kf_bfly5()
157 C_MUL (scratch[3], *Fout3, tw[3 * u * fstride]); in kf_bfly5()
187 C_SUB (*Fout3, scratch[11], scratch[12]); in kf_bfly5()
192 ++Fout3; in kf_bfly5()
Dkiss_fft_f64.c131 kiss_fft_f64_cpx *Fout0, *Fout1, *Fout2, *Fout3, *Fout4; in kf_bfly5() local
143 Fout3 = Fout0 + 3 * m; in kf_bfly5()
151 C_FIXDIV (*Fout3, 5); in kf_bfly5()
157 C_MUL (scratch[3], *Fout3, tw[3 * u * fstride]); in kf_bfly5()
187 C_SUB (*Fout3, scratch[11], scratch[12]); in kf_bfly5()
192 ++Fout3; in kf_bfly5()