Skip to content
GitLab
Projects
Groups
Snippets
/
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
2fe893c9
Commit
2fe893c9
authored
Nov 03, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Nov 03, 2014
Browse files
Merge "Fix speed 7 and speed 12 for rt"
parents
55577431
0271ff77
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_speed_features.c
View file @
2fe893c9
...
...
@@ -295,16 +295,16 @@ static void set_rt_speed_feature(VP9_COMP *cpi, SPEED_FEATURES *sf,
}
if
(
speed
>=
7
)
{
sf
->
adaptive_rd_thresh
=
3
;
sf
->
mv
.
search_method
=
FAST_DIAMOND
;
sf
->
mv
.
fullpel_search_step_param
=
10
;
sf
->
lpf_pick
=
LPF_PICK_MINIMAL_LPF
;
sf
->
encode_breakout_thresh
=
(
MIN
(
cm
->
width
,
cm
->
height
)
>=
720
)
?
800
:
300
;
sf
->
elevate_newmv_thresh
=
2500
;
}
if
(
speed
>=
12
)
{
sf
->
elevate_newmv
_thresh
=
4
000
;
sf
->
adaptive_rd
_thresh
=
4
;
sf
->
mv
.
subpel_force_stop
=
2
;
}
...
...
@@ -386,7 +386,7 @@ void vp9_set_speed_features(VP9_COMP *cpi) {
sf
->
search_type_check_frequency
=
50
;
sf
->
encode_breakout_thresh
=
0
;
sf
->
elevate_newmv_thresh
=
0
;
// Recode loop toler
e
nce %.
// Recode loop toler
a
nce %.
sf
->
recode_tolerance
=
25
;
sf
->
default_interp_filter
=
SWITCHABLE
;
sf
->
tx_size_search_breakout
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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