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

1 2

  /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);
  /hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/inc/
mm_lib2d.h 103 * @stride1: stride in bytes
118 int32_t stride1; member in struct:mm_lib2d_yuv_buffer_t
  /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 486 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);
  /external/opencv3/3rdparty/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/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/libvpx/libvpx/vp9/common/x86/
vp9_mfqe_sse2.asm 163 ; int stride1, 1
180 mov rcx, arg(1) ; stride1
196 add rax, rcx ; src1 + stride1
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
mfqe_sse2.asm 162 ; int stride1, 1
179 mov rcx, arg(1) ; stride1
195 add rax, rcx ; src1 + stride1
  /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/camera/QCamera2/stack/mm-lib2d-interface/src/
mm_lib2d.c 244 p_frame->frame[0].plane[1].stride = yuv_buffer->stride1;
245 p_frame->frame[0].plane[1].length = (yuv_buffer->stride1 *
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon32370
    [all...]
copybit_c2d.cpp 579 surfaceDef.stride1 = yuvInfo.plane1_stride;
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon32448
    [all...]
copybit_c2d.cpp 585 surfaceDef.stride1 = yuvInfo.plane1_stride;
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
c2d2.h 330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon32519
    [all...]
copybit_c2d.cpp 584 surfaceDef.stride1 = yuvInfo.plane1_stride;
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon32593
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon32659
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
c2d2.h 331 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon32732
    [all...]
  /hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.cpp 289 surfaceDef->stride1 = calcStride(format, width);
294 surfaceDef->stride1 = calcStride(format, width) / 2;
645 stride = dstSurfaceDef->stride1;
665 stride = dstSurfaceDef->stride1;
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.cpp 314 surfaceDef->stride1 = calcStride(format, width);
321 surfaceDef->stride1 = calcStride(format, width) / 2;
700 stride = dstSurfaceDef->stride1;
720 stride = dstSurfaceDef->stride1;
  /external/libvpx/libvpx/
vpxenc.c 556 uint32_t stride1, stride2; local
569 stride1 = img1->stride[VPX_PLANE_Y]/2;
578 if (*(plane1 + (i + k) * stride1 + j + l) !=
582 yloc[2] = *(plane1 + (i + k) * stride1 + j + l);
595 stride1 = img1->stride[VPX_PLANE_U]/2;
604 if (*(plane1 + (i + k) * stride1 + j + l) !=
608 uloc[2] = *(plane1 + (i + k) * stride1 + j + l);
621 stride1 = img1->stride[VPX_PLANE_V]/2;
630 if (*(plane1 + (i + k) * stride1 + j + l) !=
634 vloc[2] = *(plane1 + (i + k) * stride1 + j + l)
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/test/
mm_lib2d_test.c 491 src_buffer.yuv_buffer.stride1 = crcb_plane_stride;

Completed in 1445 milliseconds

1 2