Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
97ccebac
Commit
97ccebac
authored
Jul 22, 2014
by
Jingning Han
Committed by
Gerrit Code Review
Jul 22, 2014
Browse files
Merge "Turn on adaptive pred filter scheme for sub8x8 below 720p"
parents
5926e7c0
ffd948bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
vp9/encoder/vp9_speed_features.c
vp9/encoder/vp9_speed_features.c
+3
-1
No files found.
vp9/encoder/vp9_speed_features.c
View file @
97ccebac
...
...
@@ -88,13 +88,13 @@ static void set_good_speed_feature(VP9_COMP *cpi, VP9_COMMON *cm,
sf
->
last_partitioning_redo_frequency
=
3
;
sf
->
disable_split_mask
=
cm
->
show_frame
?
DISABLE_ALL_SPLIT
:
DISABLE_ALL_INTER_SPLIT
;
sf
->
adaptive_pred_interp_filter
=
0
;
}
else
{
sf
->
disable_split_mask
=
LAST_AND_INTRA_SPLIT_ONLY
;
sf
->
last_partitioning_redo_frequency
=
2
;
sf
->
lf_motion_threshold
=
NO_MOTION_THRESHOLD
;
}
sf
->
adaptive_pred_interp_filter
=
0
;
sf
->
reference_masking
=
1
;
sf
->
mode_search_skip_flags
=
FLAG_SKIP_INTRA_DIRMISMATCH
|
FLAG_SKIP_INTRA_BESTINTER
|
...
...
@@ -115,6 +115,8 @@ static void set_good_speed_feature(VP9_COMP *cpi, VP9_COMMON *cm,
else
sf
->
disable_split_mask
=
DISABLE_ALL_INTER_SPLIT
;
sf
->
adaptive_pred_interp_filter
=
0
;
sf
->
lf_motion_threshold
=
LOW_MOTION_THRESHOLD
;
sf
->
last_partitioning_redo_frequency
=
3
;
sf
->
recode_loop
=
ALLOW_RECODE_KFMAXBW
;
...
...
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