HomeSort by relevance Sort by last modified time
    Searched refs:RotateUV180 (Results 1 - 3 of 3) sorted by null

  /external/libyuv/files/include/libyuv/
rotate.h 80 void RotateUV180(const uint8* src, int src_stride,
  /external/libyuv/files/source/
rotate.cc     [all...]
  /external/libyuv/files/unit_test/
rotate_test.cc 272 TEST_F(libyuvTest, RotateUV180) {
296 RotateUV180(input, iw, output_180_u, ow, output_180_v, ow, iw >> 1, ih);
    [all...]

Completed in 304 milliseconds