HomeSort by relevance Sort by last modified time
    Searched defs:stride2 (Results 1 - 11 of 11) 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...]
  /hardware/qcom/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/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:__anon32370
    [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:__anon32448
    [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:__anon32519
    [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:__anon32593
    [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:__anon32659
    [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:__anon32732
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 556 uint32_t stride1, stride2; local
570 stride2 = img2->stride[VPX_PLANE_Y]/2;
579 *(plane2 + (i + k) * stride2 + j + l)) {
583 yloc[3] = *(plane2 + (i + k) * stride2 + j + l);
596 stride2 = img2->stride[VPX_PLANE_U]/2;
605 *(plane2 + (i + k) * stride2 + j + l)) {
609 uloc[3] = *(plane2 + (i + k) * stride2 + j + l);
622 stride2 = img2->stride[VPX_PLANE_V]/2;
631 *(plane2 + (i + k) * stride2 + j + l)) {
635 vloc[3] = *(plane2 + (i + k) * stride2 + j + l)
    [all...]

Completed in 229 milliseconds