Lines Matching refs:halfheight
2936 int halfheight = (src_height + 1) >> 1;
2938 src_u = src_u + (halfheight - 1) * src_stride_u;
2939 src_v = src_v + (halfheight - 1) * src_stride_v;
2958 // should be the src_u plane. Detect this and reduce halfheight to match.
2999 int halfheight = (src_height + 1) >> 1;
3001 src_u = src_u + (halfheight - 1) * src_stride_u;
3002 src_v = src_v + (halfheight - 1) * src_stride_v;
3022 // should be the src_u plane. Detect this and reduce halfheight to match.