Home
last modified time | relevance | path

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

/system/chre/external/kiss_fft/
Dkiss_fft.c22 kiss_fft_cpx * Fout, in kf_bfly2()
45 kiss_fft_cpx * Fout, in kf_bfly4()
93 kiss_fft_cpx * Fout, in kf_bfly3()
137 kiss_fft_cpx * Fout, in kf_bfly5()
199 kiss_fft_cpx * Fout, in kf_bfly_generic()
239 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()