Searched refs:RotateUV180 (Results 1 – 3 of 3) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | rotate.h | 80 void RotateUV180(const uint8* src, int src_stride,
|
/external/libyuv/files/source/ |
D | rotate.cc | 1010 void RotateUV180(const uint8* src, int src_stride, in RotateUV180() function 1172 RotateUV180(src_uv, src_stride_uv, in NV12ToI420Rotate()
|
/external/libyuv/files/unit_test/ |
D | rotate_test.cc | 272 TEST_F(libyuvTest, RotateUV180) { in TEST_F() argument 296 RotateUV180(input, iw, output_180_u, ow, output_180_v, ow, iw >> 1, ih); in TEST_F()
|