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
303aa7e4
Commit
303aa7e4
authored
Jun 27, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Jun 27, 2014
Browse files
Merge "Added a new speed 7 in rt mode"
parents
ae77d0fe
3f92b7b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_speed_features.c
View file @
303aa7e4
...
...
@@ -279,8 +279,10 @@ static void set_rt_speed_feature(VP9_COMP *cpi, SPEED_FEATURES *sf,
// This feature is only enabled when partition search is disabled.
sf
->
reuse_inter_pred_sby
=
1
;
}
if
(
speed
>=
7
)
{
sf
->
disable_filter_search_var_thresh
=
1000
;
}
if
(
speed
>=
8
)
{
int
i
;
for
(
i
=
0
;
i
<
BLOCK_SIZES
;
++
i
)
sf
->
inter_mode_mask
[
i
]
=
INTER_NEAREST
;
...
...
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