Searched refs:ARGBTranspose (Results 1 – 3 of 3) sorted by relevance
/external/libyuv/files/source/ |
D | rotate_argb.cc | 36 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/chromium_org/third_party/libyuv/source/ |
D | rotate_argb.cc | 45 static void ARGBTranspose(const uint8* src, int src_stride, in ARGBTranspose() function 79 ARGBTranspose(src, src_stride, dst, dst_stride, width, height); in ARGBRotate90() 90 ARGBTranspose(src, src_stride, dst, dst_stride, width, height); in ARGBRotate270()
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
D | rotate_argb.cc | 45 static void ARGBTranspose(const uint8* src, int src_stride, in ARGBTranspose() function 79 ARGBTranspose(src, src_stride, dst, dst_stride, width, height); in ARGBRotate90() 90 ARGBTranspose(src, src_stride, dst, dst_stride, width, height); in ARGBRotate270()
|