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

  /external/chromium_org/third_party/webrtc/common_video/
plane_unittest.cc 62 int stride1 = plane1.stride(); local
76 plane2.Copy(size1, stride1, buffer1);
83 int size1, size2, stride1, stride2; local
87 stride1 = plane1.stride();
94 EXPECT_EQ(stride1, plane2.stride());
  /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 122 static void VP8SSIMAccumulate(const uint8_t* src1, int stride1,
131 src1 += ymin * stride1;
133 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) {
180 void VP8SSIMAccumulatePlane(const uint8_t* src1, int stride1,
186 VP8SSIMAccumulate(src1, stride1, src2, stride2, x, y, W, H, stats);
vp8enci.h 541 void VP8SSIMAccumulatePlane(const uint8_t* src1, int stride1,
  /external/webp/src/enc/
filter.c 122 static void VP8SSIMAccumulate(const uint8_t* src1, int stride1,
131 src1 += ymin * stride1;
133 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) {
180 void VP8SSIMAccumulatePlane(const uint8_t* src1, int stride1,
186 VP8SSIMAccumulate(src1, stride1, src2, stride2, x, y, W, H, stats);
vp8enci.h 541 void VP8SSIMAccumulatePlane(const uint8_t* src1, int stride1,
  /hardware/intel/common/libva/va/wayland/
wayland-drm-client-protocol.h 194 wl_drm_create_planar_buffer(struct wl_drm *wl_drm, uint32_t name, int32_t width, int32_t height, uint32_t format, int32_t offset0, int32_t stride0, int32_t offset1, int32_t stride1, int32_t offset2, int32_t stride2)
204 WL_DRM_CREATE_PLANAR_BUFFER, id, name, width, height, format, offset0, stride0, offset1, stride1, offset2, stride2);
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdssRot.cpp 272 int stride1 = ((64 * 2 * rau_cnt) + rau_cnt/8) * 2; local
277 bufSize = (stride0 * stride0_off + stride1 * stride1_off) +
  /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/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
mfqe_sse2.asm 162 ; int stride1, 1
179 mov rcx, arg(1) ; stride1
195 add rax, rcx ; src1 + stride1