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

  /external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-drm/
wayland-drm.c 73 int32_t offset1, int32_t stride1,
92 buffer->stride[1] = stride1;
143 int32_t offset1, int32_t stride1,
163 offset0, stride0, offset1, stride1, offset2, stride2);
  /external/mesa3d/src/egl/wayland/wayland-drm/
wayland-drm.c 73 int32_t offset1, int32_t stride1,
92 buffer->stride[1] = stride1;
143 int32_t offset1, int32_t stride1,
163 offset0, stride0, offset1, stride1, offset2, stride2);
  /external/chromium_org/third_party/libwebp/enc/
filter.c 250 static void VP8SSIMAccumulate(const uint8_t* src1, int stride1,
259 src1 += ymin * stride1;
261 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) {
308 void VP8SSIMAccumulatePlane(const uint8_t* src1, int stride1,
314 VP8SSIMAccumulate(src1, stride1, src2, stride2, x, y, W, H, stats);
vp8enci.h 533 void VP8SSIMAccumulatePlane(const uint8_t* src1, int stride1,
  /external/webp/src/enc/
filter.c 250 static void VP8SSIMAccumulate(const uint8_t* src1, int stride1,
259 src1 += ymin * stride1;
261 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) {
308 void VP8SSIMAccumulatePlane(const uint8_t* src1, int stride1,
314 VP8SSIMAccumulate(src1, stride1, src2, stride2, x, y, W, H, stats);
vp8enci.h 533 void VP8SSIMAccumulatePlane(const uint8_t* src1, int stride1,
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdssRot.cpp 282 int stride1 = ((64 * 2 * rau_cnt) + rau_cnt/8) * 2; local
287 bufSize = (stride0 * stride0_off + stride1 * stride1_off) +
  /external/libvpx/libvpx/vp8/common/x86/
mfqe_sse2.asm 162 ; int stride1, 1
179 mov rcx, arg(1) ; stride1
195 add rax, rcx ; src1 + stride1
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_emit.c 836 unsigned size1, size2, offset1, offset2, stride1, stride2; local
878 stride1 = 0;
882 stride1 = vb1->stride;
894 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1) |
905 stride1 = 0;
909 stride1 = vb1->stride;
913 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1));
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 836 unsigned size1, size2, offset1, offset2, stride1, stride2; local
878 stride1 = 0;
882 stride1 = vb1->stride;
894 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1) |
905 stride1 = 0;
909 stride1 = vb1->stride;
913 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1));
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon33394
    [all...]
copybit_c2d.cpp 569 surfaceDef.stride1 = yuvInfo.plane1_stride;
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
c2d2.h 330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon33460
    [all...]
copybit_c2d.cpp 580 surfaceDef.stride1 = yuvInfo.plane1_stride;
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
c2d2.h 330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon33531
    [all...]
copybit_c2d.cpp 569 surfaceDef.stride1 = yuvInfo.plane1_stride;
    [all...]
  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.cpp 288 surfaceDef->stride1 = calcStride(format, width);
293 surfaceDef->stride1 = calcStride(format, width) / 2;
613 stride = dstSurfaceDef->stride1;
633 stride = dstSurfaceDef->stride1;

Completed in 501 milliseconds