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

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
rotate.h 66 void RotatePlane180(const uint8* src, int src_stride,
  /external/chromium_org/third_party/libyuv/include/libyuv/
rotate.h 66 void RotatePlane180(const uint8* src, int src_stride,
  /external/libyuv/files/include/libyuv/
rotate.h 60 void RotatePlane180(const uint8* src, int src_stride,
  /external/chromium_org/third_party/libyuv/unit_test/
rotate_argb_test.cc 166 TEST_F(libyuvTest, RotatePlane180) {
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
rotate.cc     [all...]
  /external/chromium_org/third_party/libyuv/source/
rotate.cc     [all...]
  /external/libyuv/files/source/
rotate.cc     [all...]
  /external/libyuv/files/unit_test/
rotate_test.cc 224 RotatePlane180(output_180_u, ow, output_0_u, ow, ow, oh);
225 RotatePlane180(output_180_v, ow, output_0_v, ow, ow, oh);
379 RotatePlane180(output_180_u, ow, output_0_u, ow, ow, oh);
380 RotatePlane180(output_180_v, ow, output_0_v, ow, ow, oh);
427 TEST_F(libyuvTest, RotatePlane180) {
446 RotatePlane180(input, iw, output_180, ow, iw, ih);
447 RotatePlane180(output_180, ow, output_0, iw, ow, oh);
    [all...]

Completed in 192 milliseconds