Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c3777 int halfheight; in I420Scale() local
3779 halfheight = (src_height + 1) >> 1; in I420Scale()
3781 src_u = src_u + (halfheight - 1) * src_stride_u; in I420Scale()
3782 src_v = src_v + (halfheight - 1) * src_stride_v; in I420Scale()
3820 int halfheight; in Scale() local
3822 halfheight = (src_height + 1) >> 1; in Scale()
3824 src_u = src_u + (halfheight - 1) * src_stride_u; in Scale()
3825 src_v = src_v + (halfheight - 1) * src_stride_v; in Scale()