Searched refs:RotatePlane180 (Results 1 – 3 of 3) sorted by relevance
/external/libyuv/files/source/ |
D | rotate.cc | 837 void RotatePlane180(const uint8* src, int src_stride, in RotatePlane180() function 1100 RotatePlane180(src_y, src_stride_y, in I420Rotate() 1103 RotatePlane180(src_u, src_stride_u, in I420Rotate() 1106 RotatePlane180(src_v, src_stride_v, in I420Rotate() 1169 RotatePlane180(src_y, src_stride_y, in NV12ToI420Rotate()
|
/external/libyuv/files/include/libyuv/ |
D | rotate.h | 60 void RotatePlane180(const uint8* src, int src_stride,
|
/external/libyuv/files/unit_test/ |
D | rotate_test.cc | 224 RotatePlane180(output_180_u, ow, output_0_u, ow, ow, oh); in TEST_F() 225 RotatePlane180(output_180_v, ow, output_0_v, ow, ow, oh); in TEST_F() 379 RotatePlane180(output_180_u, ow, output_0_u, ow, ow, oh); in TEST_F() 380 RotatePlane180(output_180_v, ow, output_0_v, ow, ow, oh); in TEST_F() 427 TEST_F(libyuvTest, RotatePlane180) { in TEST_F() argument 446 RotatePlane180(input, iw, output_180, ow, iw, ih); in TEST_F() 447 RotatePlane180(output_180, ow, output_0, iw, ow, oh); in TEST_F()
|