Home
last modified time | relevance | path

Searched defs:Fout (Results 1 – 2 of 2) sorted by relevance

/chre-3.4.0/external/kiss_fft/
Dkiss_fft.c30 kiss_fft_cpx * Fout, in kf_bfly2()
53 kiss_fft_cpx * Fout, in kf_bfly4()
101 kiss_fft_cpx * Fout, in kf_bfly3()
145 kiss_fft_cpx * Fout, in kf_bfly5()
207 kiss_fft_cpx * Fout, in kf_bfly_generic()
247 kiss_fft_cpx * Fout, in kf_work()
Dkissfft.hh78 … void kf_work( int stage,cpx_type * Fout, const cpx_type * f, size_t fstride,size_t in_stride) in kf_work()
123 void kf_bfly2( cpx_type * Fout, const size_t fstride, int m) in kf_bfly2()
132 void kf_bfly4( cpx_type * Fout, const size_t fstride, const size_t m) in kf_bfly4()
154 void kf_bfly3( cpx_type * Fout, const size_t fstride, const size_t m) in kf_bfly3()
189 void kf_bfly5( cpx_type * Fout, const size_t fstride, const size_t m) in kf_bfly5()
257 cpx_type * Fout, in kf_bfly_generic()