Lines Matching refs:src_stride_u
619 int src_stride_u, in I420Rotate() argument
643 src_u = src_u + (halfheight - 1) * src_stride_u; in I420Rotate()
646 src_stride_u = -src_stride_u; in I420Rotate()
653 return I420Copy(src_y, src_stride_y, src_u, src_stride_u, src_v, in I420Rotate()
658 RotatePlane90(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I420Rotate()
665 RotatePlane270(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I420Rotate()
672 RotatePlane180(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I420Rotate()
689 int src_stride_u, in I422Rotate() argument
712 src_u = src_u + (height - 1) * src_stride_u; in I422Rotate()
715 src_stride_u = -src_stride_u; in I422Rotate()
723 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height); in I422Rotate()
737 RotatePlane90(src_u, src_stride_u, dst_y, dst_stride_y, halfwidth, in I422Rotate()
754 RotatePlane270(src_u, src_stride_u, dst_y, dst_stride_y, halfwidth, in I422Rotate()
772 RotatePlane180(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I422Rotate()
787 int src_stride_u, in I444Rotate() argument
808 src_u = src_u + (height - 1) * src_stride_u; in I444Rotate()
811 src_stride_u = -src_stride_u; in I444Rotate()
819 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height); in I444Rotate()
824 RotatePlane90(src_u, src_stride_u, dst_u, dst_stride_u, width, height); in I444Rotate()
829 RotatePlane270(src_u, src_stride_u, dst_u, dst_stride_u, width, height); in I444Rotate()
834 RotatePlane180(src_u, src_stride_u, dst_u, dst_stride_u, width, height); in I444Rotate()
918 int src_stride_u, in Android420ToI420Rotate() argument
944 src_u = src_u + (halfheight - 1) * src_stride_u; in Android420ToI420Rotate()
947 src_stride_u = -src_stride_u; in Android420ToI420Rotate()
958 RotatePlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight, in Android420ToI420Rotate()
966 src_stride_u == src_stride_v) { in Android420ToI420Rotate()
972 if (src_pixel_stride_uv == 2 && vu_off == 1 && src_stride_u == src_stride_v) { in Android420ToI420Rotate()
973 SplitRotateUV(src_u, src_stride_u, dst_u, dst_stride_u, dst_v, dst_stride_v, in Android420ToI420Rotate()
982 src_u += src_stride_u; in Android420ToI420Rotate()
997 int src_stride_u, in I010Rotate() argument
1019 src_u = src_u + (height - 1) * src_stride_u; in I010Rotate()
1022 src_stride_u = -src_stride_u; in I010Rotate()
1029 return I010Copy(src_y, src_stride_y, src_u, src_stride_u, src_v, in I010Rotate()
1034 RotatePlane90_16(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I010Rotate()
1042 RotatePlane270_16(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I010Rotate()
1050 RotatePlane180_16(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I010Rotate()
1067 int src_stride_u, in I210Rotate() argument
1090 src_u = src_u + (height - 1) * src_stride_u; in I210Rotate()
1093 src_stride_u = -src_stride_u; in I210Rotate()
1101 CopyPlane_16(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height); in I210Rotate()
1115 RotatePlane90_16(src_u, src_stride_u, dst_y, dst_stride_y, halfwidth, in I210Rotate()
1132 RotatePlane270_16(src_u, src_stride_u, dst_y, dst_stride_y, halfwidth, in I210Rotate()
1152 RotatePlane180_16(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I210Rotate()
1167 int src_stride_u, in I410Rotate() argument
1187 src_u = src_u + (height - 1) * src_stride_u; in I410Rotate()
1190 src_stride_u = -src_stride_u; in I410Rotate()
1198 CopyPlane_16(src_u, src_stride_u, dst_u, dst_stride_u, width, height); in I410Rotate()
1203 RotatePlane90_16(src_u, src_stride_u, dst_u, dst_stride_u, width, height); in I410Rotate()
1209 RotatePlane270_16(src_u, src_stride_u, dst_u, dst_stride_u, width, in I410Rotate()
1217 RotatePlane180_16(src_u, src_stride_u, dst_u, dst_stride_u, width, in I410Rotate()