Searched refs:dst_yoffset_even (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dscale.cc1682 int dst_yoffset_even = dst_yoffset & ~1; local
1687 int aheight = dst_height - dst_yoffset_even * 2; // actual output height
1692 uint8* dst_y = dst + dst_yoffset_even * dst_width;
1694 (dst_yoffset_even >> 1) * dst_halfwidth;
1696 (dst_yoffset_even >> 1) * dst_halfwidth;
1698 !dst || dst_width <= 0 || dst_height <= 0 || dst_yoffset_even < 0 ||
1699 dst_yoffset_even >= dst_height) {
/external/chromium_org/third_party/libyuv/source/
H A Dscale.cc1682 int dst_yoffset_even = dst_yoffset & ~1; local
1687 int aheight = dst_height - dst_yoffset_even * 2; // actual output height
1692 uint8* dst_y = dst + dst_yoffset_even * dst_width;
1694 (dst_yoffset_even >> 1) * dst_halfwidth;
1696 (dst_yoffset_even >> 1) * dst_halfwidth;
1698 !dst || dst_width <= 0 || dst_height <= 0 || dst_yoffset_even < 0 ||
1699 dst_yoffset_even >= dst_height) {

Completed in 52 milliseconds