Searched refs:TransposePlane (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | rotate.cc | 25 void TransposePlane(const uint8* src, int src_stride, in TransposePlane() function 85 TransposePlane(src, src_stride, dst, dst_stride, width, height); in RotatePlane90() 97 TransposePlane(src, src_stride, dst, dst_stride, width, height); in RotatePlane270()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 25 void TransposePlane(const uint8_t* src, in TransposePlane() function 104 TransposePlane(src, src_stride, dst, dst_stride, width, height); in RotatePlane90() 119 TransposePlane(src, src_stride, dst, dst_stride, width, height); in RotatePlane270()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | rotate.h | 142 void TransposePlane(const uint8_t* src,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | rotate.h | 103 void TransposePlane(const uint8* src, int src_stride,
|
/external/libyuv/files/source/ |
D | rotate.cc | 25 void TransposePlane(const uint8_t* src, in TransposePlane() function 109 TransposePlane(src, src_stride, dst, dst_stride, width, height); in RotatePlane90() 124 TransposePlane(src, src_stride, dst, dst_stride, width, height); in RotatePlane270()
|
/external/libyuv/files/include/libyuv/ |
D | rotate.h | 160 void TransposePlane(const uint8_t* src,
|