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
diff --git a/test/superframe_test.cc b/test/superframe_test.cc
index 360e97c..4fc9555 100644
--- a/test/superframe_test.cc
+++ b/test/superframe_test.cc
@@ -47,6 +47,7 @@
libvpx_test::Encoder *encoder) {
if (video->frame() == 1) {
encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
+ encoder->Control(VP8E_SET_CPUUSED, 2);
}
}