Searched refs:ScalePlane (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/ |
D | scale.c | 3702 static void ScalePlane(const uint8* src, int src_stride, in ScalePlane() function 3793 ScalePlane(src_y, src_stride_y, src_width, src_height, in I420Scale() 3796 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight, in I420Scale() 3799 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight, in I420Scale() 3837 ScalePlane(src_y, src_stride_y, src_width, src_height, in Scale() 3840 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight, in Scale() 3843 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight, in Scale()
|