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

1 2

  /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/mesa3d/src/egl/wayland/wayland-drm/
wayland-drm.c 78 int32_t offset2, int32_t stride2)
98 buffer->stride[2] = stride2;
150 int32_t offset2, int32_t stride2)
169 offset0, stride0, offset1, stride1, offset2, stride2);
179 int32_t offset2, int32_t stride2)
182 offset0, stride0, offset1, stride1, offset2, stride2);
  /external/libopus/celt/
vq.c 76 int stride2=0; local
91 stride2 = 1;
93 It's basically incrementing long as (stride2+0.5)^2 < len/stride. */
94 while ((stride2*stride2+stride2)*stride + (stride>>2) < len)
95 stride2++;
104 if (stride2)
105 exp_rotation1(X+i*len, len, stride2, s, c);
109 if (stride2)
    [all...]
  /external/webp/src/dsp/
ssim.c 64 const uint8_t* src2, int stride2,
75 src2 += ymin * stride2;
76 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) {
94 const uint8_t* src2, int stride2) {
97 for (y = 0; y <= 2 * VP8_SSIM_KERNEL; ++y, src1 += stride1, src2 += stride2) {
ssim_sse2.c 122 src2 += stride2; \
126 const uint8_t* src2, int stride2) {
dsp.h 307 const uint8_t* src2, int stride2,
315 const uint8_t* src2, int stride2);
  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/inc/
mm_lib2d.h 106 * @stride2: stride in bytes
121 int32_t stride2; member in struct:mm_lib2d_yuv_buffer_t
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/inc/
mm_lib2d.h 105 * @stride2: stride in bytes
120 int32_t stride2; member in struct:mm_lib2d_yuv_buffer_t
  /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/tensorflow/tensorflow/core/lib/jpeg/
jpeg_mem_unittest.cc 160 const int stride2 = (flags.stride != 0) ? flags.stride : w * c;
163 const uint8* p2 = &imgdata2[i * stride2];
302 const int stride2 = 3 * 357; local
303 const std::unique_ptr<uint8[]> refdata2(new uint8[stride2 * in_h]);
305 memcpy(&refdata2[i * stride2], &refdata1[i * stride1], 3 * in_w);
319 flags.stride = stride2;
332 flags.stride = stride2;
  /external/libvpx/libvpx/vp8/common/x86/
mfqe_sse2.asm 166 ; int stride2, 3
183 mov rdi, arg(3) ; stride2
198 add rdx, rdi ; src2 + stride2
  /external/libvpx/libvpx/vp9/common/x86/
vp9_mfqe_sse2.asm 167 ; int stride2, 3
184 mov rdi, arg(3) ; stride2
199 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:__anon49594
    [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:__anon49672
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
c2d2.h 334 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon49750
    [all...]
  /hardware/qcom/display/msm8909w_3100/libcopybit/
c2d2.h 334 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon49826
    [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:__anon49908
    [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:__anon49974
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
c2d2.h 334 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon50047
    [all...]
  /hardware/qcom/display/msm8998/libcopybit/
c2d2.h 334 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon50119
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 613 uint32_t stride1, stride2; local
627 stride2 = img2->stride[VPX_PLANE_Y] / 2;
636 *(plane2 + (i + k) * stride2 + j + l)) {
640 yloc[3] = *(plane2 + (i + k) * stride2 + j + l);
653 stride2 = img2->stride[VPX_PLANE_U] / 2;
662 *(plane2 + (i + k) * stride2 + j + l)) {
666 uloc[3] = *(plane2 + (i + k) * stride2 + j + l);
679 stride2 = img2->stride[VPX_PLANE_V] / 2;
688 *(plane2 + (i + k) * stride2 + j + l)) {
692 vloc[3] = *(plane2 + (i + k) * stride2 + j + l)
    [all...]
  /hardware/qcom/media/msm8998/libc2dcolorconvert/
C2DColorConverter.cpp 326 surfaceDef->stride2 = calcStride(format, width);
335 surfaceDef->stride2 = calcStride(format, width) / 2;
723 stride = dstSurfaceDef->stride2;
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 939 unsigned size1, size2, offset1, offset2, stride1, stride2; local
989 stride2 = 0
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video_vp.c 114 uint32_t stride1, stride2; // 04 08 member in struct:h264_picparm_vp
327 h->stride1 = h->stride2 = mb(dec->base.width)*16;
  /hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.cpp 303 surfaceDef->stride2 = calcStride(format, width) / 2;
661 stride = dstSurfaceDef->stride2;

Completed in 829 milliseconds

1 2