Searched refs:RotateUV180 (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | rotate.h | 118 void RotateUV180(const uint8_t* src,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | rotate.h | 87 void RotateUV180(const uint8* src, int src_stride,
|
/external/libyuv/files/include/libyuv/ |
D | rotate.h | 136 void RotateUV180(const uint8_t* src,
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | rotate.cc | 270 void RotateUV180(const uint8* src, int src_stride, in RotateUV180() function 482 RotateUV180(src_uv, src_stride_uv, in NV12ToI420Rotate()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 308 void RotateUV180(const uint8_t* src, in RotateUV180() function 502 RotateUV180(src_uv, src_stride_uv, dst_u, dst_stride_u, dst_v, in NV12ToI420Rotate()
|
/external/libyuv/files/source/ |
D | rotate.cc | 334 void RotateUV180(const uint8_t* src, in RotateUV180() function 593 RotateUV180(src_uv, src_stride_uv, dst_u, dst_stride_u, dst_v, in NV12ToI420Rotate()
|