shithub: libvpx

Download patch

ref: 9ae985b23aee8fa060e8995091abad5e5bad2af5
parent: e8a967d960e24546072676b018dd349b307862e5
parent: 040ffb6326866c9cea3f10530007da511521ed57
author: Yaowu Xu <yaowu@google.com>
date: Fri Sep 13 11:20:24 EDT 2013

Merge "Minor adjustment in unit tests"

--- a/test/borders_test.cc
+++ b/test/borders_test.cc
@@ -30,7 +30,7 @@
   virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
                                   ::libvpx_test::Encoder *encoder) {
     if (video->frame() == 1) {
-      encoder->Control(VP8E_SET_CPUUSED, 0);
+      encoder->Control(VP8E_SET_CPUUSED, 1);
       encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
       encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7);
       encoder->Control(VP8E_SET_ARNR_STRENGTH, 5);
--- a/test/cpu_speed_test.cc
+++ b/test/cpu_speed_test.cc
@@ -108,5 +108,5 @@
 VP9_INSTANTIATE_TEST_CASE(
     CpuSpeedTest,
     ::testing::Values(::libvpx_test::kTwoPassGood),
-    ::testing::Range(0, 3));
+    ::testing::Range(0, 5));
 }  // namespace