Home
last modified time | relevance | path

Searched refs:ARGBTranspose (Results 1 – 2 of 2) sorted by relevance

/external/libyuv/files/source/
Drotate_argb.cc36 static void ARGBTranspose(const uint8* src, int src_stride, in ARGBTranspose() function
65 ARGBTranspose(src, src_stride, dst, dst_stride, width, height); in ARGBRotate90()
76 ARGBTranspose(src, src_stride, dst, dst_stride, width, height); in ARGBRotate270()
/external/libvpx/libvpx/third_party/libyuv/source/
Drotate_argb.cc42 static void ARGBTranspose(const uint8* src, int src_stride, in ARGBTranspose() function
73 ARGBTranspose(src, src_stride, dst, dst_stride, width, height); in ARGBRotate90()
83 ARGBTranspose(src, src_stride, dst, dst_stride, width, height); in ARGBRotate270()