Searched refs:RotatePlane270 (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | rotate.cc | 89 void RotatePlane270(const uint8* src, int src_stride, in RotatePlane270() function 334 RotatePlane270(src, src_stride, in RotatePlane() 399 RotatePlane270(src_y, src_stride_y, in I420Rotate() 402 RotatePlane270(src_u, src_stride_u, in I420Rotate() 405 RotatePlane270(src_v, src_stride_v, in I420Rotate() 470 RotatePlane270(src_y, src_stride_y, in NV12ToI420Rotate()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 108 void RotatePlane270(const uint8_t* src, in RotatePlane270() function 374 RotatePlane270(src, src_stride, dst, dst_stride, width, height); in RotatePlane() 434 RotatePlane270(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Rotate() 435 RotatePlane270(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I420Rotate() 437 RotatePlane270(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, in I420Rotate() 496 RotatePlane270(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in NV12ToI420Rotate()
|
/external/libyuv/files/source/ |
D | rotate.cc | 118 void RotatePlane270(const uint8* src, in RotatePlane270() function 404 RotatePlane270(src, src_stride, dst, dst_stride, width, height); in RotatePlane() 464 RotatePlane270(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Rotate() 465 RotatePlane270(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I420Rotate() 467 RotatePlane270(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, in I420Rotate() 526 RotatePlane270(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in NV12ToI420Rotate()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | rotate.h | 72 void RotatePlane270(const uint8* src, int src_stride,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | rotate.h | 96 void RotatePlane270(const uint8_t* src,
|
/external/libyuv/files/include/libyuv/ |
D | rotate.h | 96 void RotatePlane270(const uint8* src,
|