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

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
rotate.h 61 void RotatePlane90(const uint8* src, int src_stride,
  /external/chromium_org/third_party/libyuv/include/libyuv/
rotate.h 61 void RotatePlane90(const uint8* src, int src_stride,
  /external/libyuv/files/include/libyuv/
rotate.h 55 void RotatePlane90(const uint8* src, int src_stride,
  /external/libyuv/files/unit_test/
rotate_test.cc 135 TEST_F(libyuvTest, RotatePlane90) {
156 RotatePlane90(input, iw, output_90, ow, iw, ih);
157 RotatePlane90(output_90, ow, output_180, oh, ow, oh);
158 RotatePlane90(output_180, oh, output_270, ow, oh, ow);
159 RotatePlane90(output_270, ow, output_0, iw, ow, oh);
221 RotatePlane90(output_90_u, ow, output_180_u, oh, ow, oh);
222 RotatePlane90(output_90_v, ow, output_180_v, oh, ow, oh);
298 RotatePlane90(output_180_u, ow, output_90_u, oh, ow, oh);
299 RotatePlane90(output_180_v, ow, output_90_v, oh, ow, oh);
301 RotatePlane90(output_90_u, oh, output_0_u, ow, oh, ow)
    [all...]
  /external/chromium_org/third_party/libyuv/unit_test/
rotate_argb_test.cc 160 TEST_F(libyuvTest, RotatePlane90) {
  /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 248 milliseconds