Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Drotate.cc98 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/
Drotate.cc77 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/
Drotate.cc93 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/
Drotate.h80 void RotatePlane90(const uint8_t* src,
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Drotate.h62 void RotatePlane90(const uint8* src, int src_stride,
/external/libyuv/files/include/libyuv/
Drotate.h98 void RotatePlane90(const uint8_t* src,