Skip to content
GitLab
Menu
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
464724c4
Commit
464724c4
authored
Jul 25, 2016
by
Yunqing Wang
Committed by
Gerrit Code Review
Jul 25, 2016
Browse files
Merge "Adjust adaptive_rd_thresh speed feature" into nextgenv2
parents
3f5a2a8e
b171dcb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp10/encoder/speed_features.c
View file @
464724c4
...
...
@@ -130,8 +130,6 @@ static void set_good_speed_feature(VP10_COMP *cpi, VP10_COMMON *cm,
SPEED_FEATURES
*
sf
,
int
speed
)
{
const
int
boosted
=
frame_is_boosted
(
cpi
);
sf
->
adaptive_rd_thresh
=
1
;
if
(
speed
>=
1
)
{
if
((
cpi
->
twopass
.
fr_content_type
==
FC_GRAPHICS_ANIMATION
)
||
vp10_internal_image_edge
(
cpi
))
{
...
...
@@ -145,7 +143,7 @@ static void set_good_speed_feature(VP10_COMP *cpi, VP10_COMMON *cm,
sf
->
use_rd_breakout
=
1
;
sf
->
adaptive_motion_search
=
1
;
sf
->
mv
.
auto_mv_step_size
=
1
;
sf
->
adaptive_rd_thresh
=
2
;
sf
->
adaptive_rd_thresh
=
1
;
sf
->
mv
.
subpel_iters_per_step
=
1
;
sf
->
mode_skip_start
=
10
;
sf
->
adaptive_pred_interp_filter
=
1
;
...
...
@@ -183,6 +181,7 @@ static void set_good_speed_feature(VP10_COMP *cpi, VP10_COMMON *cm,
sf
->
auto_min_max_partition_size
=
RELAXED_NEIGHBORING_MIN_MAX
;
sf
->
allow_partition_search_skip
=
1
;
sf
->
use_upsampled_references
=
0
;
sf
->
adaptive_rd_thresh
=
2
;
#if CONFIG_EXT_TX
sf
->
tx_type_search
.
prune_mode
=
PRUNE_TWO
;
#endif
...
...
Write
Preview
Supports
Markdown
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