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
Yushin Cho
aom-rav1e
Commits
48fd2e41
Commit
48fd2e41
authored
Feb 13, 2015
by
Marco
Committed by
Gerrit Code Review
Feb 13, 2015
Browse files
Merge "vpx_temporal_svc_encoder: Adjust default qp-max setting for vp9."
parents
e69c79e1
87a6175d
Changes
1
Show whitespace changes
Inline
Side-by-side
examples/vpx_temporal_svc_encoder.c
View file @
48fd2e41
...
...
@@ -602,6 +602,8 @@ int main(int argc, char **argv) {
cfg
.
rc_resize_allowed
=
0
;
cfg
.
rc_min_quantizer
=
2
;
cfg
.
rc_max_quantizer
=
56
;
if
(
strncmp
(
encoder
->
name
,
"vp9"
,
3
)
==
0
)
cfg
.
rc_max_quantizer
=
52
;
cfg
.
rc_undershoot_pct
=
50
;
cfg
.
rc_overshoot_pct
=
50
;
cfg
.
rc_buf_initial_sz
=
500
;
...
...
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