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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 24 int ystride; local
29 ystride = src_ybc->y_stride;
41 yoffset = ystride * (((yheight >> 5) * 16) - 4);
45 vp8_memcpy_partial_neon(dst_y, src_y, ystride * linestocopy);
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 24 int ystride; local
29 ystride = src_ybc->y_stride;
41 yoffset = ystride * (((yheight >> 5) * 16) - 4);
45 vp8_memcpy_partial_neon(dst_y, src_y, ystride * linestocopy);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 24 int ystride; local
29 ystride = src_ybc->y_stride;
41 yoffset = ystride * (((yheight >> 5) * 16) - 4);
45 vp8_memcpy_partial_neon(dst_y, src_y, ystride * linestocopy);
  /external/chromium_org/third_party/hwcplus/include/system/
graphics.h 260 * @ystride is the stride of the luma plane.
272 size_t ystride; member in struct:android_ycbcr
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
picklpf.c 31 int ystride; local
36 ystride = src_ybc->y_stride;
48 yoffset = ystride * (((yheight >> 5) * 16) - 4);
52 vpx_memcpy(dst_y, src_y, ystride * linestocopy);
  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 31 int ystride; local
36 ystride = src_ybc->y_stride;
48 yoffset = ystride * (((yheight >> 5) * 16) - 4);
52 vpx_memcpy(dst_y, src_y, ystride * linestocopy);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
picklpf.c 31 int ystride; local
36 ystride = src_ybc->y_stride;
48 yoffset = ystride * (((yheight >> 5) * 16) - 4);
52 vpx_memcpy(dst_y, src_y, ystride * linestocopy);
  /hardware/qcom/display/msm8960/libgralloc/
mapper.cpp 253 int ystride; local
259 ystride = ALIGN(hnd->width, 16);
261 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height);
262 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1);
263 ycbcr->ystride = ystride;
264 ycbcr->cstride = ystride;
  /hardware/qcom/display/msm8974/libgralloc/
mapper.cpp 254 int ystride; local
260 ystride = ALIGN(hnd->width, 16);
262 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height);
263 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1);
264 ycbcr->ystride = ystride;
265 ycbcr->cstride = ystride;
  /hardware/qcom/display/msm8084/libgralloc/
alloc_controller.cpp 561 size_t ystride, cstride; local
572 ystride = cstride = hnd->width;
574 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height);
575 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1);
576 ycbcr->ystride = ystride;
587 ystride = cstride = hnd->width;
589 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height);
590 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1);
591 ycbcr->ystride = ystride
    [all...]
  /system/core/include/system/
graphics.h 337 * @ystride is the stride of the luma plane.
349 size_t ystride; member in struct:android_ycbcr

Completed in 240 milliseconds