/external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-drm/ |
wayland-drm.c | 73 int32_t offset1, int32_t stride1, 92 buffer->stride[1] = stride1; 143 int32_t offset1, int32_t stride1, 163 offset0, stride0, offset1, stride1, offset2, stride2);
|
wayland-drm.xml | 133 <arg name="stride1" type="int"/>
|
/external/mesa3d/src/egl/wayland/wayland-drm/ |
wayland-drm.c | 73 int32_t offset1, int32_t stride1, 92 buffer->stride[1] = stride1; 143 int32_t offset1, int32_t stride1, 163 offset0, stride0, offset1, stride1, offset2, stride2);
|
wayland-drm.xml | 133 <arg name="stride1" type="int"/>
|
/external/libvpx/libvpx/vp8/common/x86/ |
mfqe_sse2.asm | 162 ; int stride1, 1 179 mov rcx, arg(1) ; stride1 195 add rax, rcx ; src1 + stride1
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_emit.c | 836 unsigned size1, size2, offset1, offset2, stride1, stride2; local 878 stride1 = 0; 882 stride1 = vb1->stride; 894 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1) | 905 stride1 = 0; 909 stride1 = vb1->stride; 913 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1)); [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_emit.c | 836 unsigned size1, size2, offset1, offset2, stride1, stride2; local 878 stride1 = 0; 882 stride1 = vb1->stride; 894 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1) | 905 stride1 = 0; 909 stride1 = vb1->stride; 913 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1)); [all...] |
/external/chromium_org/third_party/libwebp/enc/ |
filter.c | 250 static void VP8SSIMAccumulate(const uint8_t* src1, int stride1, 259 src1 += ymin * stride1; 261 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) { 308 void VP8SSIMAccumulatePlane(const uint8_t* src1, int stride1, 314 VP8SSIMAccumulate(src1, stride1, src2, stride2, x, y, W, H, stats);
|
vp8enci.h | 533 void VP8SSIMAccumulatePlane(const uint8_t* src1, int stride1,
|
/external/webp/src/enc/ |
filter.c | 250 static void VP8SSIMAccumulate(const uint8_t* src1, int stride1, 259 src1 += ymin * stride1; 261 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) { 308 void VP8SSIMAccumulatePlane(const uint8_t* src1, int stride1, 314 VP8SSIMAccumulate(src1, stride1, src2, stride2, x, y, W, H, stats);
|
vp8enci.h | 533 void VP8SSIMAccumulatePlane(const uint8_t* src1, int stride1,
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayMdssRot.cpp | 282 int stride1 = ((64 * 2 * rau_cnt) + rau_cnt/8) * 2; local 287 bufSize = (stride0 * stride0_off + stride1 * stride1_off) +
|
/hardware/qcom/media/libc2dcolorconvert/ |
C2DColorConverter.cpp | 288 surfaceDef->stride1 = calcStride(format, width); 293 surfaceDef->stride1 = calcStride(format, width) / 2; 613 stride = dstSurfaceDef->stride1; 633 stride = dstSurfaceDef->stride1;
|
/hardware/qcom/display/msm8960/libcopybit/ |
copybit_c2d.cpp | 569 surfaceDef.stride1 = yuvInfo.plane1_stride; [all...] |
c2d2.h | 330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon33387 [all...] |
/hardware/qcom/display/msm8974/libcopybit/ |
copybit_c2d.cpp | 580 surfaceDef.stride1 = yuvInfo.plane1_stride; [all...] |
c2d2.h | 330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon33453 [all...] |
/hardware/qcom/display/msm8x26/libcopybit/ |
copybit_c2d.cpp | 569 surfaceDef.stride1 = yuvInfo.plane1_stride; [all...] |
c2d2.h | 330 int32 stride1; /* stride for UV or VU plane for planar interleaved */ member in struct:__anon33524 [all...] |