Home
last modified time | relevance | path

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

/system/chre/external/kiss_fft/
Dkiss_fft.c23 const size_t fstride, in kf_bfly2()
46 const size_t fstride, in kf_bfly4()
94 const size_t fstride, in kf_bfly3()
138 const size_t fstride, in kf_bfly5()
200 const size_t fstride, in kf_bfly_generic()
241 const size_t fstride, 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()
258 const size_t fstride, in kf_bfly_generic()