Lines Matching refs:halfwidth
432 int halfwidth = (width + 1) >> 1; in I420Rotate() local
459 RotatePlane90(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I420Rotate()
461 RotatePlane90(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, in I420Rotate()
466 RotatePlane270(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I420Rotate()
468 RotatePlane270(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, in I420Rotate()
473 RotatePlane180(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I420Rotate()
475 RotatePlane180(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, in I420Rotate()
558 int halfwidth = (width + 1) >> 1; in NV12ToI420Rotate() local
584 dst_stride_v, halfwidth, halfheight); in NV12ToI420Rotate()
589 dst_stride_v, halfwidth, halfheight); in NV12ToI420Rotate()
594 dst_stride_v, halfwidth, halfheight); in NV12ToI420Rotate()