Searched refs:ARGBMirror (Results 1 – 7 of 7) sorted by relevance
/external/libyuv/files/docs/ |
D | rotation.md | 91 int ARGBMirror(const uint8* src_argb, int src_stride_argb, 101 I420Mirror and ARGBMirror can also be used to rotate by 180 degrees by passing a negative height.
|
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 221 #define ARGBToARGBMirror ARGBMirror 225 int ARGBMirror(const uint8* src_argb,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 147 #define ARGBToARGBMirror ARGBMirror 151 int ARGBMirror(const uint8* src_argb, int src_stride_argb,
|
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 772 ARGBMirror(&orig_pixels[0][0], 0, &dst_pixels[0][0], 0, 1280, 1); in TEST_F() 781 ARGBMirror(&orig_pixels[0][0], 0, &dst_pixels[0][0], 0, 1280, 1); in TEST_F()
|
D | convert_test.cc | 1091 TESTATOB(ARGB, 4, 4, 1, ARGBMirror, 4, 4, 1, 0)
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 615 int ARGBMirror(const uint8* src_argb, int src_stride_argb, in ARGBMirror() function
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 771 int ARGBMirror(const uint8* src_argb, in ARGBMirror() function
|