Searched refs:RotatePlane90 (Results 1 – 6 of 6) sorted by relevance
/external/libyuv/files/source/ |
D | rotate.cc | 98 void RotatePlane90(const uint8_t* src, in RotatePlane90() function 402 RotatePlane90(src, src_stride, dst, dst_stride, width, height); in RotatePlane() 458 RotatePlane90(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Rotate() 459 RotatePlane90(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I420Rotate() 461 RotatePlane90(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, in I420Rotate() 524 RotatePlane90(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I444Rotate() 525 RotatePlane90(src_u, src_stride_u, dst_u, dst_stride_u, width, height); in I444Rotate() 526 RotatePlane90(src_v, src_stride_v, dst_v, dst_stride_v, width, height); in I444Rotate() 582 RotatePlane90(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in NV12ToI420Rotate()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | rotate.cc | 77 void RotatePlane90(const uint8* src, int src_stride, in RotatePlane90() function 329 RotatePlane90(src, src_stride, in RotatePlane() 388 RotatePlane90(src_y, src_stride_y, in I420Rotate() 391 RotatePlane90(src_u, src_stride_u, in I420Rotate() 394 RotatePlane90(src_v, src_stride_v, in I420Rotate() 461 RotatePlane90(src_y, src_stride_y, in NV12ToI420Rotate()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 93 void RotatePlane90(const uint8_t* src, in RotatePlane90() function 371 RotatePlane90(src, src_stride, dst, dst_stride, width, height); in RotatePlane() 427 RotatePlane90(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Rotate() 428 RotatePlane90(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, in I420Rotate() 430 RotatePlane90(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, in I420Rotate() 491 RotatePlane90(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 | 80 void RotatePlane90(const uint8_t* src,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | rotate.h | 62 void RotatePlane90(const uint8* src, int src_stride,
|
/external/libyuv/files/include/libyuv/ |
D | rotate.h | 98 void RotatePlane90(const uint8_t* src,
|