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
762641ba
Commit
762641ba
authored
Aug 11, 2015
by
Marco Paniconi
Committed by
Gerrit Code Review
Aug 11, 2015
Browse files
Merge "Adjust speed setting for temporal layers in 1 pass non-rd mode."
parents
fe4a14af
3d181a45
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_speed_features.c
View file @
762641ba
...
...
@@ -394,6 +394,11 @@ static void set_rt_speed_feature(VP9_COMP *cpi, SPEED_FEATURES *sf,
sf
->
adaptive_rd_thresh
=
3
;
sf
->
mv
.
search_method
=
FAST_DIAMOND
;
sf
->
mv
.
fullpel_search_step_param
=
10
;
if
(
cpi
->
svc
.
number_temporal_layers
>
2
&&
cpi
->
svc
.
temporal_layer_id
==
0
)
{
sf
->
mv
.
search_method
=
NSTEP
;
sf
->
mv
.
fullpel_search_step_param
=
6
;
}
}
if
(
speed
>=
8
)
{
sf
->
adaptive_rd_thresh
=
4
;
...
...
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