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

  /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);
  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 30 int ystride; local
35 ystride = src_ybc->y_stride;
47 yoffset = ystride * (((yheight >> 5) * 16) - 4);
51 vpx_memcpy(dst_y, src_y, ystride * linestocopy);
  /hardware/qcom/display/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;
  /system/core/include/system/
graphics.h 232 * @ystride is the stride of the luma plane.
244 size_t ystride; member in struct:android_ycbcr

Completed in 219 milliseconds