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
b8ddc9f0
Commit
b8ddc9f0
authored
Jul 12, 2013
by
Paul Wilkins
Committed by
Gerrit Code Review
Jul 12, 2013
Browse files
Merge "Speed 2 feature adjustment."
parents
119decde
5290eeab
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_onyx_if.c
View file @
b8ddc9f0
...
...
@@ -779,9 +779,6 @@ void vp9_set_speed_features(VP9_COMP *cpi) {
sf
->
adjust_partitioning_from_last_frame
=
1
;
sf
->
last_partitioning_redo_frequency
=
3
;
sf
->
unused_mode_skip_lvl
=
BLOCK_SIZE_SB32X32
;
sf
->
reduce_first_step_size
=
1
;
sf
->
optimize_coefficients
=
0
;
// sf->reference_masking = 1;
sf
->
tx_size_search_method
=
((
cpi
->
common
.
frame_type
==
KEY_FRAME
||
cpi
->
common
.
intra_only
||
cpi
->
common
.
show_frame
==
0
)
?
...
...
@@ -802,7 +799,6 @@ void vp9_set_speed_features(VP9_COMP *cpi) {
cpi
->
common
.
show_frame
==
0
)
?
USE_FULL_RD
:
USE_LARGESTALL
);
sf
->
reduce_first_step_size
=
1
;
sf
->
mode_search_skip_flags
=
FLAG_SKIP_INTRA_DIRMISMATCH
|
FLAG_SKIP_INTRA_BESTINTER
|
FLAG_SKIP_COMP_BESTINTRA
|
...
...
@@ -823,6 +819,9 @@ void vp9_set_speed_features(VP9_COMP *cpi) {
FLAG_SKIP_COMP_BESTINTRA
|
FLAG_SKIP_COMP_REFMISMATCH
;
sf
->
use_rd_breakout
=
1
;
sf
->
optimize_coefficients
=
0
;
// sf->reduce_first_step_size = 1;
// sf->reference_masking = 1;
}
/*
if (speed == 2) {
...
...
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