Searched refs:I420Mirror (Results 1 – 7 of 7) sorted by relevance
/external/libyuv/files/docs/ |
D | rotation.md | 84 int I420Mirror(const uint8* src_y, int src_stride_y, 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 | 188 #define I420ToI420Mirror I420Mirror 192 int I420Mirror(const uint8* src_y,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 124 #define I420ToI420Mirror I420Mirror 128 int I420Mirror(const uint8* src_y, int src_stride_y,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 580 int I420Mirror(const uint8* src_y, int src_stride_y, in I420Mirror() function
|
/external/webrtc/talk/media/base/ |
D | videoframe_unittest.h | 835 libyuv::I420Mirror( \
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 729 int I420Mirror(const uint8* src_y, in I420Mirror() function
|
/external/libyuv/files/unit_test/ |
D | convert_test.cc | 152 TESTPLANARTOP(I420, 2, 2, I420Mirror, 2, 2)
|