| Index: unit_test/unit_test.cc
|
| diff --git a/unit_test/unit_test.cc b/unit_test/unit_test.cc
|
| index c98c285cbfe9dc67a5eb0d32b6a7a1cd595ad885..95398285c9c20be31585c4953f95b15b676cb045 100644
|
| --- a/unit_test/unit_test.cc
|
| +++ b/unit_test/unit_test.cc
|
| @@ -34,7 +34,7 @@ DEFINE_int32(libyuv_cpu_info, -1,
|
| // Set flags to -1 for benchmarking to avoid slower C code.
|
|
|
| LibYUVConvertTest::LibYUVConvertTest() :
|
| - benchmark_iterations_(BENCHMARK_ITERATIONS), benchmark_width_(130),
|
| + benchmark_iterations_(BENCHMARK_ITERATIONS), benchmark_width_(128),
|
| benchmark_height_(72), disable_cpu_flags_(1), benchmark_cpu_info_(-1) {
|
| const char* repeat = getenv("LIBYUV_REPEAT");
|
| if (repeat) {
|
|
|