Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
5d676d56
Commit
5d676d56
authored
Mar 06, 2015
by
Marco
Browse files
Add aq-mode=3 to ethread test.
Change-Id: I619a2be502f1d2eb0ae746f7fcb465d19ddae048
parent
969dd8f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/vp9_ethread_test.cc
View file @
5d676d56
...
...
@@ -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
;
}
...
...
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