aboutsummaryrefslogtreecommitdiff
path: root/unit_test/unit_test.cc
diff options
context:
space:
mode:
authorfbarchard@google.com <fbarchard@google.com@16f28f9a-4ce2-e073-06de-1de4eb20be90>2013-12-04 03:04:58 +0000
committerfbarchard@google.com <fbarchard@google.com@16f28f9a-4ce2-e073-06de-1de4eb20be90>2013-12-04 03:04:58 +0000
commit48e536431342238d6747ca6911c1772f44d90979 (patch)
treee94042fa5451e950e9f99b0054e6b735cfb5fae6 /unit_test/unit_test.cc
parent064d2768a80c66f318a1eff89aa9d12907d407a4 (diff)
downloadlibyuv-48e536431342238d6747ca6911c1772f44d90979.tar.gz
Use xor/mov bx instead of movzx to avoid drmemory bug
BUG=none TEST=none R=johannkoenig@google.com, tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/4879004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@891 16f28f9a-4ce2-e073-06de-1de4eb20be90
Diffstat (limited to 'unit_test/unit_test.cc')
-rw-r--r--unit_test/unit_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/unit_test/unit_test.cc b/unit_test/unit_test.cc
index b11bd246..d1bbffa4 100644
--- a/unit_test/unit_test.cc
+++ b/unit_test/unit_test.cc
@@ -19,8 +19,8 @@
#define BENCHMARK_ITERATIONS 1
libyuvTest::libyuvTest() : rotate_max_w_(128), rotate_max_h_(128),
- benchmark_iterations_(BENCHMARK_ITERATIONS), benchmark_width_(22),
- benchmark_height_(14) {
+ benchmark_iterations_(BENCHMARK_ITERATIONS), benchmark_width_(33),
+ benchmark_height_(17) {
const char* repeat = getenv("LIBYUV_REPEAT");
if (repeat) {
benchmark_iterations_ = atoi(repeat); // NOLINT