HomeSort by relevance Sort by last modified time
    Searched defs:stride_y (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp 80 const size_t stride_y = cp->mLUT->mHal.drvState.lod[0].stride; local
81 const size_t stride_z = stride_y * cp->mLUT->mHal.drvState.lod[0].dimY;
83 //ALOGE("strides %zu %zu", stride_y, stride_z);
96 rsdIntrinsic3DLUT_K(out, in, bp, stride_y, stride_z, len, neon_constants);
113 const uchar *bp2 = bp + (coord1.x * 4) + (coord1.y * stride_y) + (coord1.z * stride_z);
115 const uchar4 *pt_10 = (const uchar4 *)&bp2[stride_y];
117 const uchar4 *pt_11 = (const uchar4 *)&bp2[stride_y + stride_z];
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
yuv2rgb_converter.c 186 unsigned int stride_y = width; local
191 unsigned int size_4lines_y = stride_y<<2;
192 unsigned int size_2lines_y = stride_y<<1;
300 unsigned int stride_y = width; local
305 unsigned int size_4lines_y = stride_y<<2;
306 unsigned int size_2lines_y = stride_y<<1;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 263 int stride_y = frame->GetYPitch(); local
269 frame->GetYPlane()[stride_y * y + x] = quad1[y1_pos];
271 frame->GetYPlane()[stride_y * y + x + 1] = quad1[y2_pos];
305 int stride_y = frame->GetYPitch(); local
320 frame->GetYPlane()[stride_y * y + x] = yuv[0][0];
322 frame->GetYPlane()[stride_y * y + x + 1] = yuv[1][0];
325 frame->GetYPlane()[stride_y * (y + 1) + x] = yuv[2][0];
327 frame->GetYPlane()[stride_y * (y + 1) + x + 1] = yuv[3][0];
    [all...]

Completed in 294 milliseconds