Home | History | Annotate | Download | only in source

Lines Matching full:halfheight

248     int halfheight = (height + 1) >> 1;
250 src_u = src_u + (halfheight - 1) * src_stride_u;
251 src_v = src_v + (halfheight - 1) * src_stride_v;
258 int halfheight = (height + 1) >> 1;
262 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
263 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
964 int halfheight = (height + 1) >> 1;
970 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u);
971 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v);