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

  /external/chromium_org/third_party/opus/src/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/chromium_org/third_party/mesa/src/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...]
  /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/msm8960/libcopybit/
c2d2.h 333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon33394
    [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:__anon33460
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
c2d2.h 333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon33531
    [all...]

Completed in 179 milliseconds