Home
last modified time | relevance | path

Searched refs:fstride (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/speex/libspeexdsp/
H A Dkiss_fft.c31 const size_t fstride, in kf_bfly2()
56 tw1 += fstride; in kf_bfly2()
76 tw1 += fstride; in kf_bfly2()
88 const size_t fstride, in kf_bfly4()
119 tw1 += fstride; in kf_bfly4()
120 tw2 += fstride*2; in kf_bfly4()
121 tw3 += fstride*3; in kf_bfly4()
153 tw1 += fstride; in kf_bfly4()
154 tw2 += fstride*2; in kf_bfly4()
155 tw3 += fstride* in kf_bfly4()
29 kf_bfly2( kiss_fft_cpx * Fout, const size_t fstride, const kiss_fft_cfg st, int m, int N, int mm ) kf_bfly2() argument
86 kf_bfly4( kiss_fft_cpx * Fout, const size_t fstride, const kiss_fft_cfg st, int m, int N, int mm ) kf_bfly4() argument
168 kf_bfly3( kiss_fft_cpx * Fout, const size_t fstride, const kiss_fft_cfg st, size_t m ) kf_bfly3() argument
214 kf_bfly5( kiss_fft_cpx * Fout, const size_t fstride, const kiss_fft_cfg st, int m ) kf_bfly5() argument
278 kf_bfly_generic( kiss_fft_cpx * Fout, const size_t fstride, const kiss_fft_cfg st, int m, int p ) kf_bfly_generic() argument
322 kf_shuffle( kiss_fft_cpx * Fout, const kiss_fft_cpx * f, const size_t fstride, int in_stride, int * factors, const kiss_fft_cfg st ) kf_shuffle() argument
355 kf_work( kiss_fft_cpx * Fout, const kiss_fft_cpx * f, const size_t fstride, int in_stride, int * factors, const kiss_fft_cfg st, int N, int s2, int m2 ) kf_work() argument
[all...]
/third_party/pulseaudio/speex/tmv/
H A Dkiss_fft_tm.h47 const int fstride, in kf_bfly2()
59 for ( i=0,j=0 ; i<m ; ++i,j+=4,tw1+=fstride ) in kf_bfly2()
83 const int fstride, in kf_bfly4()
99 fstride2 = fstride << 1; in kf_bfly4()
100 fstride3 = fstride * 3; in kf_bfly4()
107 for ( i=0,j=0 ; i<m ; ++i,j+=4,tw1+=fstride,tw2+=fstride2,tw3+=fstride3 ) in kf_bfly4()
166 const int fstride, in kf_bfly3()
183 epi = tw1[fstride*m]; in kf_bfly3()
185 fstride2 = fstride << 1; in kf_bfly3()
187 for ( i=0,j=0 ; i<m ; ++i,j+=4,tw1+=fstride,tw in kf_bfly3()
45 kf_bfly2( kiss_fft_cpx *Fout, const int fstride, const kiss_fft_cfg st, int m ) kf_bfly2() argument
81 kf_bfly4( kiss_fft_cpx *Fout, const int fstride, const kiss_fft_cfg st, const int m ) kf_bfly4() argument
164 kf_bfly3( kiss_fft_cpx *Fout, const int fstride, const kiss_fft_cfg st, int m ) kf_bfly3() argument
230 kf_bfly5( kiss_fft_cpx *Fout, const int fstride, const kiss_fft_cfg st, int m ) kf_bfly5() argument
336 kf_bfly_generic( kiss_fft_cpx * restrict Fout, const size_t fstride, const kiss_fft_cfg st, int m, int p ) kf_bfly_generic() argument
393 kf_bfly2( kiss_fft_cpx * Fout, const size_t fstride, const kiss_fft_cfg st, int m ) kf_bfly2() argument
427 kf_bfly4( kiss_fft_cpx * Fout, const int fstride, const kiss_fft_cfg st, int m ) kf_bfly4() argument
486 kf_bfly3( kiss_fft_cpx * Fout, const int fstride, const kiss_fft_cfg st, int m ) kf_bfly3() argument
534 kf_bfly5( kiss_fft_cpx * Fout, const size_t fstride, const kiss_fft_cfg st, int m ) kf_bfly5() argument
[all...]
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.c2087 int foffset, fstride, mstride, nstrides; in do_listio() local
2272 fstride = lio->r_filestride ? lio->r_filestride : lio->r_nbytes; in do_listio()
2300 foffset += fstride; in do_listio()

Completed in 7 milliseconds