HomeSort by relevance Sort by last modified time
    Searched full:istride (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlur.cpp 116 const uchar *ptrIn, int iStride, const float* gPtr, int iradius) {
124 const uchar4 *pvy = (const uchar4 *)&pi[validY * iStride];
134 const uchar *ptrIn, int iStride, const float* gPtr, int iradius) {
142 float pf = (float)pi[validY * iStride];
155 const uchar *ptrIn, int iStride, const float* gPtr, int ct,
163 rsdIntrinsicBlurVFU4_K(out, ptrIn, iStride, gPtr, ct, x1, x1 + t);
177 pi += iStride;
188 const uchar *ptrIn, int iStride, const float* gPtr, int ct, int x1, int x2) {
200 pi += iStride;
215 rsdIntrinsicBlurVFU4_K(out, ptrIn, iStride, gPtr, ct, 0, t )
    [all...]
rsCpuIntrinsics_neon.S 276 static void OneVF(float4 *out, const uchar *ptrIn, int iStride,
330 static void OneVF(float4 *out, const uchar *ptrIn, int iStride,
    [all...]
  /external/speex/libspeex/
resample.c 860 const int istride = st->in_stride; local
    [all...]
  /frameworks/native/opengl/include/EGL/
eglext.h 251 EGLint iStride;

Completed in 62 milliseconds