Searched refs:RotatePlane90 (Results 1 – 6 of 6) sorted by relevance
/external/libyuv/files/unit_test/ |
D | rotate_test.cc | 135 TEST_F(libyuvTest, RotatePlane90) { in TEST_F() argument 156 RotatePlane90(input, iw, output_90, ow, iw, ih); in TEST_F() 157 RotatePlane90(output_90, ow, output_180, oh, ow, oh); in TEST_F() 158 RotatePlane90(output_180, oh, output_270, ow, oh, ow); in TEST_F() 159 RotatePlane90(output_270, ow, output_0, iw, ow, oh); in TEST_F() 221 RotatePlane90(output_90_u, ow, output_180_u, oh, ow, oh); in TEST_F() 222 RotatePlane90(output_90_v, ow, output_180_v, oh, ow, oh); in TEST_F() 298 RotatePlane90(output_180_u, ow, output_90_u, oh, ow, oh); in TEST_F() 299 RotatePlane90(output_180_v, ow, output_90_v, oh, ow, oh); in TEST_F() 301 RotatePlane90(output_90_u, oh, output_0_u, ow, oh, ow); in TEST_F() [all …]
|
/external/chromium_org/third_party/libyuv/source/ |
D | rotate.cc | 850 void RotatePlane90(const uint8* src, int src_stride, in RotatePlane90() function 1134 RotatePlane90(src, src_stride, in RotatePlane() 1193 RotatePlane90(src_y, src_stride_y, in I420Rotate() 1196 RotatePlane90(src_u, src_stride_u, in I420Rotate() 1199 RotatePlane90(src_v, src_stride_v, in I420Rotate() 1266 RotatePlane90(src_y, src_stride_y, in NV12ToI420Rotate()
|
/external/libyuv/files/include/libyuv/ |
D | rotate.h | 55 void RotatePlane90(const uint8* src, int src_stride,
|
/external/libyuv/files/source/ |
D | rotate.cc | 813 void RotatePlane90(const uint8* src, int src_stride, in RotatePlane90() function 1078 RotatePlane90(src_y, src_stride_y, in I420Rotate() 1081 RotatePlane90(src_u, src_stride_u, in I420Rotate() 1084 RotatePlane90(src_v, src_stride_v, in I420Rotate() 1151 RotatePlane90(src_y, src_stride_y, in NV12ToI420Rotate()
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | rotate.h | 61 void RotatePlane90(const uint8* src, int src_stride,
|
/external/chromium_org/third_party/libyuv/unit_test/ |
D | rotate_argb_test.cc | 160 TEST_F(libyuvTest, RotatePlane90) { in TEST_F() argument
|