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
Xiph.Org
aom-rav1e
Commits
a51e389b
Commit
a51e389b
authored
Jul 09, 2014
by
Yunqing Wang
Committed by
Gerrit Code Review
Jul 09, 2014
Browse files
Merge "Adjust full-pixel search method in real-time mode"
parents
0e99f3a3
9bd3be69
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_speed_features.c
View file @
a51e389b
...
...
@@ -266,7 +266,6 @@ static void set_rt_speed_feature(VP9_COMP *cpi, SPEED_FEATURES *sf,
sf
->
max_delta_qindex
=
(
cm
->
frame_type
==
KEY_FRAME
)
?
20
:
15
;
sf
->
partition_search_type
=
REFERENCE_PARTITION
;
sf
->
use_nonrd_pick_mode
=
1
;
sf
->
mv
.
search_method
=
FAST_DIAMOND
;
sf
->
allow_skip_recode
=
0
;
}
...
...
@@ -288,6 +287,7 @@ static void set_rt_speed_feature(VP9_COMP *cpi, SPEED_FEATURES *sf,
sf
->
mv
.
reduce_first_step_size
=
1
;
}
if
(
speed
>=
7
)
{
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
)
?
...
...
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