Searched refs:RotatePlane180 (Results 1 – 6 of 6) sorted by relevance
/external/libyuv/files/source/ |
D | rotate.cc | 128 void RotatePlane180(const uint8_t* src, in RotatePlane180() function 408 RotatePlane180(src, src_stride, dst, dst_stride, width, height); in RotatePlane() 472 RotatePlane180(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Rotate() 473 RotatePlane180(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I420Rotate() 475 RotatePlane180(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, in I420Rotate() 534 RotatePlane180(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I444Rotate() 535 RotatePlane180(src_u, src_stride_u, dst_u, dst_stride_u, width, height); in I444Rotate() 536 RotatePlane180(src_v, src_stride_v, dst_v, dst_stride_v, width, height); in I444Rotate() 592 RotatePlane180(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in NV12ToI420Rotate()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | rotate.cc | 101 void RotatePlane180(const uint8* src, int src_stride, in RotatePlane180() function 339 RotatePlane180(src, src_stride, in RotatePlane() 410 RotatePlane180(src_y, src_stride_y, in I420Rotate() 413 RotatePlane180(src_u, src_stride_u, in I420Rotate() 416 RotatePlane180(src_v, src_stride_v, in I420Rotate() 479 RotatePlane180(src_y, src_stride_y, in NV12ToI420Rotate()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 123 void RotatePlane180(const uint8_t* src, in RotatePlane180() function 377 RotatePlane180(src, src_stride, dst, dst_stride, width, height); in RotatePlane() 441 RotatePlane180(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Rotate() 442 RotatePlane180(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I420Rotate() 444 RotatePlane180(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, in I420Rotate() 501 RotatePlane180(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in NV12ToI420Rotate()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | rotate.h | 88 void RotatePlane180(const uint8_t* src,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | rotate.h | 67 void RotatePlane180(const uint8* src, int src_stride,
|
/external/libyuv/files/include/libyuv/ |
D | rotate.h | 106 void RotatePlane180(const uint8_t* src,
|