Home
last modified time | relevance | path

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

/external/libaom/libaom/third_party/libyuv/source/
Dscale.cc1655 int dst_yoffset_even = dst_yoffset & ~1; in ScaleOffset() local
1660 int aheight = dst_height - dst_yoffset_even * 2; // actual output height in ScaleOffset()
1665 uint8* dst_y = dst + dst_yoffset_even * dst_width; in ScaleOffset()
1667 (dst_yoffset_even >> 1) * dst_halfwidth; in ScaleOffset()
1669 (dst_yoffset_even >> 1) * dst_halfwidth; in ScaleOffset()
1671 !dst || dst_width <= 0 || dst_height <= 0 || dst_yoffset_even < 0 || in ScaleOffset()
1672 dst_yoffset_even >= dst_height) { in ScaleOffset()
/external/libyuv/files/source/
Dscale.cc1834 int dst_yoffset_even = dst_yoffset & ~1; in ScaleOffset() local
1839 int aheight = dst_height - dst_yoffset_even * 2; // actual output height in ScaleOffset()
1844 uint8* dst_y = dst + dst_yoffset_even * dst_width; in ScaleOffset()
1846 dst + dst_width * dst_height + (dst_yoffset_even >> 1) * dst_halfwidth; in ScaleOffset()
1848 (dst_yoffset_even >> 1) * dst_halfwidth; in ScaleOffset()
1850 dst_height <= 0 || dst_yoffset_even < 0 || in ScaleOffset()
1851 dst_yoffset_even >= dst_height) { in ScaleOffset()