Home
last modified time | relevance | path

Searched refs:dst_yoffset (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dscale.h91 uint8* dst_i420, int dst_width, int dst_height, int dst_yoffset,
/external/libyuv/files/include/libyuv/
Dscale.h129 int dst_yoffset,
/external/libaom/libaom/third_party/libyuv/source/
Dscale.cc1652 uint8* dst, int dst_width, int dst_height, int dst_yoffset, in ScaleOffset() argument
1655 int dst_yoffset_even = dst_yoffset & ~1; in ScaleOffset()
/external/libyuv/files/source/
Dscale.cc1831 int dst_yoffset, in ScaleOffset() argument
1834 int dst_yoffset_even = dst_yoffset & ~1; in ScaleOffset()