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
9a733b39
Commit
9a733b39
authored
Aug 26, 2015
by
Marco Paniconi
Committed by
Gerrit Code Review
Aug 26, 2015
Browse files
Options
Browse Files
Download
Plain Diff
Merge "vp9_spatial_svc_encoder: Enable aq-mode for real-time mode."
parents
42ef854f
1b556e1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
examples/vp9_spatial_svc_encoder.c
examples/vp9_spatial_svc_encoder.c
+3
-0
No files found.
examples/vp9_spatial_svc_encoder.c
View file @
9a733b39
...
...
@@ -635,6 +635,9 @@ int main(int argc, const char **argv) {
vpx_codec_control
(
&
codec
,
VP8E_SET_CPUUSED
,
svc_ctx
.
speed
);
if
(
svc_ctx
.
threads
)
vpx_codec_control
(
&
codec
,
VP9E_SET_TILE_COLUMNS
,
(
svc_ctx
.
threads
>>
1
));
if
(
svc_ctx
.
speed
>=
5
)
vpx_codec_control
(
&
codec
,
VP9E_SET_AQ_MODE
,
3
);
// Encode frames
while
(
!
end_of_stream
)
{
...
...
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