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
84daeb5e
Commit
84daeb5e
authored
Jul 09, 2014
by
Guillaume Martres
Committed by
Gerrit Code Review
Jul 09, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "vp9_cx_iface.c: allow speed greater than 7"
parents
8abbd37d
113dbf8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp9/vp9_cx_iface.c
vp9/vp9_cx_iface.c
+1
-1
No files found.
vp9/vp9_cx_iface.c
View file @
84daeb5e
...
...
@@ -353,7 +353,7 @@ static vpx_codec_err_t set_encoder_config(
oxcf
->
key_freq
=
cfg
->
kf_max_dist
;
oxcf
->
speed
=
clamp
(
abs
(
extra_cfg
->
cpu_used
)
,
0
,
7
)
;
oxcf
->
speed
=
abs
(
extra_cfg
->
cpu_used
);
oxcf
->
encode_breakout
=
extra_cfg
->
static_thresh
;
oxcf
->
play_alternate
=
extra_cfg
->
enable_auto_alt_ref
;
oxcf
->
noise_sensitivity
=
extra_cfg
->
noise_sensitivity
;
...
...
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