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

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
rotate.h 71 void RotatePlane270(const uint8* src, int src_stride,
  /external/chromium_org/third_party/libyuv/include/libyuv/
rotate.h 71 void RotatePlane270(const uint8* src, int src_stride,
  /external/libyuv/files/include/libyuv/
rotate.h 65 void RotatePlane270(const uint8* src, int src_stride,
  /external/libyuv/files/unit_test/
rotate_test.cc 376 RotatePlane270(output_270_u, ow, output_180_u, oh, ow, oh);
377 RotatePlane270(output_270_v, ow, output_180_v, oh, ow, oh);
474 TEST_F(libyuvTest, RotatePlane270) {
494 RotatePlane270(input, iw, output_270, ow, iw, ih);
495 RotatePlane270(output_270, ow, output_180, oh, ow, oh);
496 RotatePlane270(output_180, oh, output_90, ow, oh, ow);
497 RotatePlane270(output_90, ow, output_0, iw, ow, oh);
553 RotatePlane270(output_90, ow, output_0, iw, ow, oh);
612 RotatePlane270(output_90, ih, output_0, iw, ow, oh);
658 RotatePlane270(input, iw
    [all...]
  /external/chromium_org/third_party/libyuv/unit_test/
rotate_argb_test.cc 172 TEST_F(libyuvTest, RotatePlane270) {
  /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...]

Completed in 83 milliseconds