Searched refs:halfheight (Results 1 – 1 of 1) sorted by relevance
3777 int halfheight; in I420Scale() local3779 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() local3822 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()