Commit 4163003f authored by fbarchard@google.com's avatar fbarchard@google.com

Add CIF scale test to confirm DrMemory bug is fixed.

BUG=none
TESTED=untested
R=wuwang@google.com

Review URL: https://webrtc-codereview.appspot.com/4479004

git-svn-id: http://libyuv.googlecode.com/svn/trunk@875 16f28f9a-4ce2-e073-06de-1de4eb20be90
parent 83e4d02d
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 874
Version: 875
License: BSD
License File: LICENSE
......
......@@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
#define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 874
#define LIBYUV_VERSION 875
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
......@@ -262,6 +262,7 @@ TEST_FACTOR(Vertical2by3, 1, 2 / 3)
TEST_SCALETO1(name, width, height, Linear, 2) \
TEST_SCALETO1(name, width, height, Bilinear, 2)
TEST_SCALETO(ARGBScale, 352, 288)
TEST_SCALETO(ARGBScale, 640, 360)
TEST_SCALETO(ARGBScale, 853, 480)
TEST_SCALETO(ARGBScale, 1280, 720)
......
......@@ -183,6 +183,7 @@ TEST_FACTOR(Vertical2by3, 1, 2 / 3)
TEST_SCALETO1(name, width, height, Bilinear, 3) \
TEST_SCALETO1(name, width, height, Box, 3)
TEST_SCALETO(Scale, 352, 288)
TEST_SCALETO(Scale, 640, 360)
TEST_SCALETO(Scale, 853, 480)
TEST_SCALETO(Scale, 1280, 720)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment