Lines Matching refs:dst_stride_b
186 uint8* dst_b, int dst_stride_b, in TransposeUV() argument
191 uint8* dst_b, int dst_stride_b, in TransposeUV()
217 dst_b, dst_stride_b, in TransposeUV()
228 dst_b, dst_stride_b, in TransposeUV()
236 uint8* dst_b, int dst_stride_b, in RotateUV90() argument
243 dst_b, dst_stride_b, in RotateUV90()
250 uint8* dst_b, int dst_stride_b, in RotateUV270() argument
253 dst_b += dst_stride_b * (width - 1); in RotateUV270()
255 dst_stride_b = -dst_stride_b; in RotateUV270()
259 dst_b, dst_stride_b, in RotateUV270()
267 uint8* dst_b, int dst_stride_b, in RotateUV180() argument
290 dst_b += dst_stride_b * (height - 1); in RotateUV180()
296 dst_b -= dst_stride_b; in RotateUV180()