Searched refs:RotateUV90 (Results 1 – 5 of 5) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | rotate.h | 70 void RotateUV90(const uint8* src, int src_stride,
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | rotate.h | 76 void RotateUV90(const uint8* src, int src_stride,
|
/external/libyuv/files/source/ |
D | rotate.cc | 979 void RotateUV90(const uint8* src, int src_stride, in RotateUV90() function 1154 RotateUV90(src_uv, src_stride_uv, in NV12ToI420Rotate()
|
/external/chromium_org/third_party/libyuv/source/ |
D | rotate.cc | 1045 void RotateUV90(const uint8* src, int src_stride, in RotateUV90() function 1269 RotateUV90(src_uv, src_stride_uv, in NV12ToI420Rotate()
|
/external/libyuv/files/unit_test/ |
D | rotate_test.cc | 195 TEST_F(libyuvTest, RotateUV90) { in TEST_F() argument 219 RotateUV90(input, iw, output_90_u, ow, output_90_v, ow, iw >> 1, ih); in TEST_F()
|