aboutsummaryrefslogtreecommitdiff
path: root/unit_test/unit_test.cc
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2015-10-21 12:45:08 -0700
committerFrank Barchard <fbarchard@google.com>2015-10-21 12:45:08 -0700
commit5bf4de0806ceadfd3bfe19c3956c2ca43c092582 (patch)
treea0e1db89067d878f30f3e259136bed2db0056b23 /unit_test/unit_test.cc
parentba4b409d51c24bbb64650bbf40bbf23994e36532 (diff)
downloadlibyuv-5bf4de0806ceadfd3bfe19c3956c2ca43c092582.tar.gz
width and 3 bug fix in odd width support of ARGBToI411
TBR=harryjin@google.com BUG=none Review URL: https://codereview.chromium.org/1415213002 .
Diffstat (limited to 'unit_test/unit_test.cc')
-rw-r--r--unit_test/unit_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit_test/unit_test.cc b/unit_test/unit_test.cc
index 594dd334..fb29c257 100644
--- a/unit_test/unit_test.cc
+++ b/unit_test/unit_test.cc
@@ -33,7 +33,7 @@ DEFINE_int32(libyuv_flags, 0, "cpu flags for reference code. 0 = C -1 = asm");
// Set flags to -1 for benchmarking to avoid slower C code.
LibYUVConvertTest::LibYUVConvertTest() :
- benchmark_iterations_(BENCHMARK_ITERATIONS), benchmark_width_(128),
+ benchmark_iterations_(BENCHMARK_ITERATIONS), benchmark_width_(130),
benchmark_height_(72), disable_cpu_flags_(0) {
const char* repeat = getenv("LIBYUV_REPEAT");
if (repeat) {