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
4fd6ba9d
Commit
4fd6ba9d
authored
Mar 05, 2014
by
Yaowu Xu
Browse files
Adjust some speed features for --rt (-5)
Change-Id: Ibabd8440ff5c9dd7f300f317e2c9d50e8e84aab9
parent
99cd4c76
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_onyx_if.c
View file @
4fd6ba9d
...
...
@@ -841,6 +841,9 @@ static void set_rt_speed_feature(VP9_COMMON *cm,
}
if
(
speed
>=
5
)
{
int
i
;
sf
->
mode_search_skip_flags
|=
FLAG_SKIP_COMP_REFMISMATCH
|
FLAG_EARLY_TERMINATE
;
sf
->
use_fast_coef_costing
=
0
;
sf
->
adaptive_rd_thresh
=
5
;
sf
->
auto_min_max_partition_size
=
frame_is_intra_only
(
cm
)
?
RELAXED_NEIGHBORING_MIN_MAX
:
STRICT_NEIGHBORING_MIN_MAX
;
...
...
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