From e17f6347b93397b17aab660c79d25d2071b69eb9 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Wed, 16 Mar 2016 21:57:00 -0700 Subject: Fix using screen content tuning in all the cpu speed tests. Change-Id: Ie302283a52c563be0f1a84650f5f29be30d2bbe4 --- test/cpu_speed_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cpu_speed_test.cc b/test/cpu_speed_test.cc index 3592a7ee0..572834c10 100644 --- a/test/cpu_speed_test.cc +++ b/test/cpu_speed_test.cc @@ -50,7 +50,7 @@ class CpuSpeedTest ::libvpx_test::Encoder *encoder) { if (video->frame() == 1) { encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); - encoder->Control(VP9E_SET_TUNE_CONTENT, VP9E_CONTENT_SCREEN); + encoder->Control(VP9E_SET_TUNE_CONTENT, tune_content_); if (encoding_mode_ != ::libvpx_test::kRealTime) { encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7); -- cgit v1.2.3