Searched refs:Scale (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/ |
D | scale.h | 49 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/ |
D | scale.c | 3807 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v, in Scale() function 3875 return Scale(src_y, src_u, src_v, src_width, src_halfwidth, src_halfwidth, in ScaleOffset()
|