Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/
Dkiss_fft_f32.c245 const kiss_fft_f32_cpx *Fout_end = Fout + p * m; in kf_work() local
285 } while (++Fout != Fout_end); in kf_work()
294 } while ((Fout += m) != Fout_end); in kf_work()
Dkiss_fft_s16.c245 const kiss_fft_s16_cpx *Fout_end = Fout + p * m; in kf_work() local
285 } while (++Fout != Fout_end); in kf_work()
294 } while ((Fout += m) != Fout_end); in kf_work()
Dkiss_fft_f64.c245 const kiss_fft_f64_cpx *Fout_end = Fout + p * m; in kf_work() local
285 } while (++Fout != Fout_end); in kf_work()
294 } while ((Fout += m) != Fout_end); in kf_work()
Dkiss_fft_s32.c245 const kiss_fft_s32_cpx *Fout_end = Fout + p * m; in kf_work() local
285 } while (++Fout != Fout_end); in kf_work()
294 } while ((Fout += m) != Fout_end); in kf_work()