Searched refs:TransposePlane (Results 1 – 5 of 5) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | rotate.h | 95 void TransposePlane(const uint8* src, int src_stride,
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | rotate.h | 102 void TransposePlane(const uint8* src, int src_stride,
|
/external/libyuv/files/source/ |
D | rotate.cc | 776 void TransposePlane(const uint8* src, int src_stride, in TransposePlane() function 821 TransposePlane(src, src_stride, dst, dst_stride, width, height); in RotatePlane90() 833 TransposePlane(src, src_stride, dst, dst_stride, width, height); in RotatePlane270()
|
/external/chromium_org/third_party/libyuv/source/ |
D | rotate.cc | 803 void TransposePlane(const uint8* src, int src_stride, in TransposePlane() function 858 TransposePlane(src, src_stride, dst, dst_stride, width, height); in RotatePlane90() 870 TransposePlane(src, src_stride, dst, dst_stride, width, height); in RotatePlane270()
|
/external/libyuv/files/unit_test/ |
D | rotate_test.cc | 46 TransposePlane(input, iw, output_1, ow, iw, ih); in TEST_F() 47 TransposePlane(output_1, ow, output_2, oh, ow, oh); in TEST_F() 99 TransposePlane(output_a1, ow, output_a2, oh, ow, oh); in TEST_F() 100 TransposePlane(output_b1, ow, output_b2, oh, ow, oh); in TEST_F()
|