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

  /external/libyuv/files/include/libyuv/
rotate.h 70 void RotateUV90(const uint8* src, int src_stride,
  /external/libyuv/files/source/
rotate.cc     [all...]
  /external/libyuv/files/unit_test/
rotate_test.cc 195 TEST_F(libyuvTest, RotateUV90) {
219 RotateUV90(input, iw, output_90_u, ow, output_90_v, ow, iw >> 1, ih);
    [all...]

Completed in 51 milliseconds