Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
ed5d2e71
Commit
ed5d2e71
authored
Mar 17, 2016
by
Alex Converse
Committed by
Gerrit Code Review
Mar 17, 2016
Browse files
Merge "Fix using screen content tuning in all the cpu speed tests."
parents
825e7542
e17f6347
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/cpu_speed_test.cc
test/cpu_speed_test.cc
+1
-1
No files found.
test/cpu_speed_test.cc
View file @
ed5d2e71
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment