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
464724c4
Commit
464724c4
authored
Jul 25, 2016
by
Yunqing Wang
Committed by
Gerrit Code Review
Jul 25, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Adjust adaptive_rd_thresh speed feature" into nextgenv2
parents
3f5a2a8e
b171dcb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
vp10/encoder/speed_features.c
vp10/encoder/speed_features.c
+2
-3
No files found.
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
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