Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Drotate.h95 void TransposePlane(const uint8* src, int src_stride,
/external/chromium_org/third_party/libyuv/include/libyuv/
Drotate.h102 void TransposePlane(const uint8* src, int src_stride,
/external/libyuv/files/source/
Drotate.cc776 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/
Drotate.cc803 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/
Drotate_test.cc46 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()