Home
last modified time | relevance | path

Searched refs:ARGBRotate90 (Results 1 – 3 of 3) sorted by relevance

/external/libyuv/files/source/
Drotate_argb.cc57 void ARGBRotate90(const uint8* src, int src_stride, in ARGBRotate90() function
152 ARGBRotate90(src_argb, src_stride_argb, in ARGBRotate()
/external/libvpx/libvpx/third_party/libyuv/source/
Drotate_argb.cc71 void ARGBRotate90(const uint8* src, int src_stride, in ARGBRotate90() function
186 ARGBRotate90(src_argb, src_stride_argb, in ARGBRotate()
/external/libyuv/files/unit_test/
Drotate_argb_test.cc111 TEST_F(libyuvTest, ARGBRotate90) { in TEST_F() argument