Lines Matching refs:dst_b
231 uint8* dst_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()
280 dst_b += 16; // Move over 8 columns. in TransposeUV()
286 TransposeUVWx8(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, in TransposeUV()
290 dst_b += 8; // Move over 8 columns. in TransposeUV()
296 TransposeUVWxH_C(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, in TransposeUV()
306 uint8* dst_b, in RotateUV90() argument
313 TransposeUV(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, width, in RotateUV90()
322 uint8* dst_b, in RotateUV270() argument
327 dst_b += dst_stride_b * (width - 1); in RotateUV270()
331 TransposeUV(src, src_stride, dst_a, dst_stride_a, dst_b, dst_stride_b, width, in RotateUV270()
341 uint8* dst_b, in RotateUV180() argument
366 dst_b += dst_stride_b * (height - 1); in RotateUV180()
369 MirrorUVRow(src, dst_a, dst_b, width); in RotateUV180()
372 dst_b -= dst_stride_b; in RotateUV180()