Searched refs:dst_yoffset (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | scale.h | 91 uint8* dst_i420, int dst_width, int dst_height, int dst_yoffset,
|
/external/libyuv/files/include/libyuv/ |
D | scale.h | 129 int dst_yoffset,
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | scale.cc | 1652 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/ |
D | scale.cc | 1831 int dst_yoffset, in ScaleOffset() argument 1834 int dst_yoffset_even = dst_yoffset & ~1; in ScaleOffset()
|