Home
last modified time | relevance | path

Searched refs:RotatePlane180 (Results 1 – 6 of 6) sorted by relevance

/external/libyuv/files/source/
Drotate.cc128 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/
Drotate.cc101 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/
Drotate.cc123 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/
Drotate.h88 void RotatePlane180(const uint8_t* src,
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Drotate.h67 void RotatePlane180(const uint8* src, int src_stride,
/external/libyuv/files/include/libyuv/
Drotate.h106 void RotatePlane180(const uint8_t* src,