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

  /external/compiler-rt/test/tsan/
bench_shadow_flush.cc 28 int stride2 = 1; local
30 stride2 = atoi(argv[4]);
32 uptr sz = mem_size + stride2 * kStride + kLargePage;
39 for (uptr off2 = 0; off2 < stride2; off2++)
  /external/libopus/celt/
vq.c 71 int stride2=0; local
86 stride2 = 1;
88 It's basically incrementing long as (stride2+0.5)^2 < len/stride. */
89 while ((stride2*stride2+stride2)*stride + (stride>>2) < len)
90 stride2++;
99 if (stride2)
100 exp_rotation1(X+i*len, len, stride2, s, c);
104 if (stride2)
    [all...]
  /external/mesa3d/src/egl/wayland/wayland-drm/
wayland-drm.c 74 int32_t offset2, int32_t stride2)
94 buffer->stride[2] = stride2;
144 int32_t offset2, int32_t stride2)
163 offset0, stride0, offset1, stride1, offset2, stride2);
  /external/webp/src/enc/
filter.c 123 const uint8_t* src2, int stride2,
132 src2 += ymin * stride2;
133 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) {
181 const uint8_t* src2, int stride2,
186 VP8SSIMAccumulate(src1, stride1, src2, stride2, x, y, W, H, stats);
vp8enci.h 542 const uint8_t* src2, int stride2,
  /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/libvpx/libvpx/vp8/common/x86/
mfqe_sse2.asm 164 ; int stride2, 3
181 mov rdi, arg(3) ; stride2
196 add rdx, rdi ; src2 + stride2
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
mfqe_sse2.asm 164 ; int stride2, 3
181 mov rdi, arg(3) ; stride2
196 add rdx, rdi ; src2 + stride2
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon25654
    [all...]
copybit_c2d.cpp 583 surfaceDef.stride2 = yuvInfo.plane2_stride;
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon25732
    [all...]
copybit_c2d.cpp 589 surfaceDef.stride2 = yuvInfo.plane2_stride;
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon25803
    [all...]
copybit_c2d.cpp 573 surfaceDef.stride2 = yuvInfo.plane2_stride;
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
c2d2.h 333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon25869
    [all...]
copybit_c2d.cpp 584 surfaceDef.stride2 = yuvInfo.plane2_stride;
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon25941
    [all...]
copybit_c2d.cpp 592 surfaceDef.stride2 = yuvInfo.plane2_stride;
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 836 unsigned size1, size2, offset1, offset2, stride1, stride2; local
886 stride2 = 0;
890 stride2 = vb2->stride;
895 R300_VBPNTR_SIZE1(size2) | R300_VBPNTR_STRIDE1(stride2));
    [all...]
  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.cpp 296 surfaceDef->stride2 = calcStride(format, width) / 2;
654 stride = dstSurfaceDef->stride2;

Completed in 1050 milliseconds