Home | History | Annotate | Download | only in source

Lines Matching refs:src_uv

1118                      const uint8* src_uv, int src_stride_uv,
1124 if (!src_y || !src_uv || width <= 0 || height == 0 ||
1136 src_uv = src_uv + (halfheight - 1) * src_stride_uv;
1145 src_uv, src_stride_uv,
1154 RotateUV90(src_uv, src_stride_uv,
1163 RotateUV270(src_uv, src_stride_uv,
1172 RotateUV180(src_uv, src_stride_uv,