HomeSort by relevance Sort by last modified time
    Searched refs:stride2 (Results 1 - 17 of 17) 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/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/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/chromium_org/third_party/libwebp/enc/
filter.c 251 const uint8_t* src2, int stride2,
260 src2 += ymin * stride2;
261 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) {
309 const uint8_t* src2, int stride2,
314 VP8SSIMAccumulate(src1, stride1, src2, stride2, x, y, W, H, stats);
vp8enci.h 534 const uint8_t* src2, int stride2,
  /external/webp/src/enc/
filter.c 251 const uint8_t* src2, int stride2,
260 src2 += ymin * stride2;
261 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) {
309 const uint8_t* src2, int stride2,
314 VP8SSIMAccumulate(src1, stride1, src2, stride2, x, y, W, H, stats);
vp8enci.h 534 const uint8_t* src2, int 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/qcom/display/msm8960/libcopybit/
c2d2.h 333 int32 stride2; /* stride for the 3. plane, ignored if YUV format is not planar */ member in struct:__anon33387
    [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:__anon33453
    [all...]
copybit_c2d.cpp 584 surfaceDef.stride2 = yuvInfo.plane2_stride;
    [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:__anon33524
    [all...]
copybit_c2d.cpp 573 surfaceDef.stride2 = yuvInfo.plane2_stride;
    [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/media/libc2dcolorconvert/
C2DColorConverter.cpp 295 surfaceDef->stride2 = calcStride(format, width) / 2;
622 stride = dstSurfaceDef->stride2;

Completed in 857 milliseconds