Lines Matching refs:dst_stride_b
232 int dst_stride_b, in TransposeUV() argument
238 int dst_stride_a, uint8* dst_b, int dst_stride_b, in TransposeUV()
242 int dst_stride_a, uint8* dst_b, int dst_stride_b, in TransposeUV()
276 TransposeUVWx16(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, in TransposeUV()
286 TransposeUVWx8(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, in TransposeUV()
296 TransposeUVWxH_C(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, in TransposeUV()
307 int dst_stride_b, in RotateUV90() argument
313 TransposeUV(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, width, in RotateUV90()
323 int dst_stride_b, in RotateUV270() argument
327 dst_b += dst_stride_b * (width - 1); in RotateUV270()
329 dst_stride_b = -dst_stride_b; in RotateUV270()
331 TransposeUV(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, width, in RotateUV270()
342 int dst_stride_b, in RotateUV180() argument
366 dst_b += dst_stride_b * (height - 1); in RotateUV180()
372 dst_b -= dst_stride_b; in RotateUV180()