HomeSort by relevance Sort by last modified time
    Searched refs:fstride (Results 1 - 5 of 5) sorted by null

  /external/speex/libspeex/
kiss_fft.c 31 const size_t fstride,
56 tw1 += fstride;
76 tw1 += fstride;
88 const size_t fstride,
119 tw1 += fstride;
120 tw2 += fstride*2;
121 tw3 += fstride*3;
153 tw1 += fstride;
154 tw2 += fstride*2;
155 tw3 += fstride*3
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
kiss_fft.c 51 const size_t fstride,
73 tw1 += fstride;
84 const size_t fstride,
104 tw1 += fstride;
115 const size_t fstride,
148 tw1 += fstride;
149 tw2 += fstride*2;
150 tw3 += fstride*3;
164 const size_t fstride,
193 tw1 += fstride;
617 int fstride[MAXFACTORS]; local
676 int fstride[MAXFACTORS]; local
    [all...]
  /external/eigen/unsupported/Eigen/src/FFT/
ei_kissfft_impl.h 63 void work( int stage,Complex * xout, const _Src * xin, size_t fstride,size_t in_stride)
76 work(stage+1, xout , xin, fstride*p,in_stride);
77 xin += fstride*in_stride;
82 xin += fstride*in_stride;
89 case 2: bfly2(xout,fstride,m); break;
90 case 3: bfly3(xout,fstride,m); break;
91 case 4: bfly4(xout,fstride,m); break;
92 case 5: bfly5(xout,fstride,m); break;
93 default: bfly_generic(xout,fstride,m,p); break;
98 void bfly2( Complex * Fout, const size_t fstride, int m
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_texgen.c 176 GLuint fstride,
196 STRIDE_F(f,fstride);
203 GLuint fstride,
225 STRIDE_F(f,fstride);
231 GLuint fstride,
  /external/mesa3d/src/mesa/tnl/
t_vb_texgen.c 176 GLuint fstride,
196 STRIDE_F(f,fstride);
203 GLuint fstride,
225 STRIDE_F(f,fstride);
231 GLuint fstride,

Completed in 131 milliseconds