HomeSort by relevance Sort by last modified time
    Searched defs:stride2 (Results 1 - 12 of 12) 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++)
  /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
  /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/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/display/msm8084/libcopybit/
c2d2.h 333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon41769
    [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:__anon41847
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
c2d2.h 333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon41918
    [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:__anon41992
    [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:__anon42058
    [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:__anon42131
    [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:__anon42203
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 592 uint32_t stride1, stride2; local
606 stride2 = img2->stride[VPX_PLANE_Y] / 2;
615 *(plane2 + (i + k) * stride2 + j + l)) {
619 yloc[3] = *(plane2 + (i + k) * stride2 + j + l);
632 stride2 = img2->stride[VPX_PLANE_U] / 2;
641 *(plane2 + (i + k) * stride2 + j + l)) {
645 uloc[3] = *(plane2 + (i + k) * stride2 + j + l);
658 stride2 = img2->stride[VPX_PLANE_V] / 2;
667 *(plane2 + (i + k) * stride2 + j + l)) {
671 vloc[3] = *(plane2 + (i + k) * stride2 + j + l)
    [all...]

Completed in 2066 milliseconds