Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
1226e734
Commit
1226e734
authored
Feb 25, 2016
by
Hui Su
Committed by
Gerrit Code Review
Feb 25, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Add test for screen content coding tools in end to end test" into nextgenv2
parents
389efb28
827e1b3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
test/vp9_end_to_end_test.cc
test/vp9_end_to_end_test.cc
+5
-0
No files found.
test/vp9_end_to_end_test.cc
View file @
1226e734
...
...
@@ -126,6 +126,11 @@ class EndToEndTestLarge
encoder
->
Control
(
VP9E_SET_FRAME_PARALLEL_DECODING
,
1
);
encoder
->
Control
(
VP9E_SET_TILE_COLUMNS
,
4
);
encoder
->
Control
(
VP8E_SET_CPUUSED
,
cpu_used_
);
// Test screen coding tools at cpu_used = 1 && encoding mode is two-pass.
if
(
cpu_used_
==
1
&&
encoding_mode_
==
::
libvpx_test
::
kTwoPassGood
)
encoder
->
Control
(
VP9E_SET_TUNE_CONTENT
,
VP9E_CONTENT_SCREEN
);
else
encoder
->
Control
(
VP9E_SET_TUNE_CONTENT
,
VP9E_CONTENT_DEFAULT
);
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