Home
last modified time | relevance | path

Searched refs:RotateUV270 (Results 1 – 7 of 7) sorted by relevance

/external/libyuv/files/include/libyuv/
Drotate.h86 void RotateUV270(const uint8* src, int src_stride,
/external/chromium_org/third_party/libyuv/include/libyuv/
Drotate.h92 void RotateUV270(const uint8* src, int src_stride,
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
Drotate.h92 void RotateUV270(const uint8* src, int src_stride,
/external/libyuv/files/source/
Drotate.cc993 void RotateUV270(const uint8* src, int src_stride, in RotateUV270() function
1163 RotateUV270(src_uv, src_stride_uv, in NV12ToI420Rotate()
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
Drotate.cc1059 void RotateUV270(const uint8* src, int src_stride, in RotateUV270() function
1278 RotateUV270(src_uv, src_stride_uv, in NV12ToI420Rotate()
/external/chromium_org/third_party/libyuv/source/
Drotate.cc1059 void RotateUV270(const uint8* src, int src_stride, in RotateUV270() function
1278 RotateUV270(src_uv, src_stride_uv, in NV12ToI420Rotate()
/external/libyuv/files/unit_test/
Drotate_test.cc349 TEST_F(libyuvTest, RotateUV270) { in TEST_F() argument
373 RotateUV270(input, iw, output_270_u, ow, output_270_v, ow, in TEST_F()