]> granicus.if.org Git - libvpx/commitdiff
Add aq-mode=3 to ethread test.
authorMarco <marpan@google.com>
Fri, 6 Mar 2015 18:47:09 +0000 (10:47 -0800)
committerMarco <marpan@google.com>
Mon, 9 Mar 2015 16:48:39 +0000 (09:48 -0700)
Change-Id: I619a2be502f1d2eb0ae746f7fcb465d19ddae048

test/vp9_ethread_test.cc

index 91135de11651d18c858bd94b81a7356c1f59f139..20d58957abdd2b2c398fbe625cfc4ec82bd6bfb1 100644 (file)
@@ -75,6 +75,7 @@ class VP9EncoderThreadTest
         encoder->Control(VP8E_SET_ARNR_TYPE, 3);
       } else {
         encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 0);
+        encoder->Control(VP9E_SET_AQ_MODE, 3);
       }
       encoder_initialized_ = true;
     }