Home
last modified time | relevance | path

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

/system/chre/external/kiss_fft/
Dkiss_fft.c31 const size_t fstride, in kf_bfly2()
54 const size_t fstride, in kf_bfly4()
102 const size_t fstride, in kf_bfly3()
146 const size_t fstride, in kf_bfly5()
208 const size_t fstride, in kf_bfly_generic()
249 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()