Lines Matching full:halfheight
71 int halfheight = (height + 1) >> 1;
80 halfheight = (height + 1) >> 1;
82 src_u = src_u + (halfheight - 1) * src_stride_u;
83 src_v = src_v + (halfheight - 1) * src_stride_v;
93 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
94 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
168 int halfheight = (height + 1) >> 1;
176 halfheight = (height + 1) >> 1;
181 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128);
182 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128);
247 int halfheight = (height + 1) >> 1;
258 halfheight = (height + 1) >> 1;
260 dst_u = dst_u + (halfheight - 1) * dst_stride_u;
261 dst_v = dst_v + (halfheight - 1) * dst_stride_v;
278 halfwidth *= halfheight;
279 halfheight = 1;
327 for (y = 0; y < halfheight; ++y) {