Home
last modified time | relevance | path

Searched refs:RotateUV180 (Results 1 – 3 of 3) sorted by relevance

/external/libyuv/files/include/libyuv/
Drotate.h80 void RotateUV180(const uint8* src, int src_stride,
/external/libyuv/files/source/
Drotate.cc1010 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/
Drotate_test.cc272 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()