Home
last modified time | relevance | path

Searched refs:RotatePlane270 (Results 1 – 5 of 5) sorted by relevance

/external/libyuv/files/unit_test/
Drotate_test.cc376 RotatePlane270(output_270_u, ow, output_180_u, oh, ow, oh); in TEST_F()
377 RotatePlane270(output_270_v, ow, output_180_v, oh, ow, oh); in TEST_F()
474 TEST_F(libyuvTest, RotatePlane270) { in TEST_F() argument
494 RotatePlane270(input, iw, output_270, ow, iw, ih); in TEST_F()
495 RotatePlane270(output_270, ow, output_180, oh, ow, oh); in TEST_F()
496 RotatePlane270(output_180, oh, output_90, ow, oh, ow); in TEST_F()
497 RotatePlane270(output_90, ow, output_0, iw, ow, oh); in TEST_F()
553 RotatePlane270(output_90, ow, output_0, iw, ow, oh); in TEST_F()
612 RotatePlane270(output_90, ih, output_0, iw, ow, oh); in TEST_F()
658 RotatePlane270(input, iw, in TEST_F()
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Drotate.cc862 void RotatePlane270(const uint8* src, int src_stride, in RotatePlane270() function
1139 RotatePlane270(src, src_stride, in RotatePlane()
1204 RotatePlane270(src_y, src_stride_y, in I420Rotate()
1207 RotatePlane270(src_u, src_stride_u, in I420Rotate()
1210 RotatePlane270(src_v, src_stride_v, in I420Rotate()
1275 RotatePlane270(src_y, src_stride_y, in NV12ToI420Rotate()
/external/libyuv/files/source/
Drotate.cc825 void RotatePlane270(const uint8* src, int src_stride, in RotatePlane270() function
1089 RotatePlane270(src_y, src_stride_y, in I420Rotate()
1092 RotatePlane270(src_u, src_stride_u, in I420Rotate()
1095 RotatePlane270(src_v, src_stride_v, in I420Rotate()
1160 RotatePlane270(src_y, src_stride_y, in NV12ToI420Rotate()
/external/libyuv/files/include/libyuv/
Drotate.h65 void RotatePlane270(const uint8* src, int src_stride,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drotate.h71 void RotatePlane270(const uint8* src, int src_stride,