From 0aef392f1b02f52faec1044d261711bfbabe8779 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Fri, 25 Mar 2016 16:11:17 -0700 Subject: [PATCH] Use speed 2 on superframe test. No need to do avoid shortcuts when all we are testing is the superframe syntax. Decreases the run time up the VP10 version of the test from 22 seconds to 3 seconds on my machine. Change-Id: If0c3551cbb8af8b803e02629e803e5f09da76cd1 --- test/superframe_test.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/superframe_test.cc b/test/superframe_test.cc index 360e97c2e..4fc9555aa 100644 --- a/test/superframe_test.cc +++ b/test/superframe_test.cc @@ -47,6 +47,7 @@ class SuperframeTest : public ::libvpx_test::EncoderTest, libvpx_test::Encoder *encoder) { if (video->frame() == 1) { encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); + encoder->Control(VP8E_SET_CPUUSED, 2); } } -- 2.40.0