Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
beec69cf
Commit
beec69cf
authored
May 15, 2015
by
Marco
Committed by
Gerrit Code Review
May 15, 2015
Browse files
Merge "Change tx_size_search_method setting for non-rd speed 5."
parents
8371c897
e88de49f
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_speed_features.c
View file @
beec69cf
...
...
@@ -337,6 +337,7 @@ static void set_rt_speed_feature(VP9_COMP *cpi, SPEED_FEATURES *sf,
sf
->
coeff_prob_appx_step
=
4
;
sf
->
use_fast_coef_updates
=
is_keyframe
?
TWO_LOOP
:
ONE_LOOP_REDUCED
;
sf
->
mode_search_skip_flags
=
FLAG_SKIP_INTRA_DIRMISMATCH
;
sf
->
tx_size_search_method
=
is_keyframe
?
USE_LARGESTALL
:
USE_TX_8X8
;
if
(
!
is_keyframe
)
{
int
i
;
...
...
@@ -360,7 +361,6 @@ static void set_rt_speed_feature(VP9_COMP *cpi, SPEED_FEATURES *sf,
// Turn on this to use non-RD key frame coding mode.
sf
->
use_nonrd_pick_mode
=
1
;
sf
->
mv
.
search_method
=
NSTEP
;
sf
->
tx_size_search_method
=
is_keyframe
?
USE_LARGESTALL
:
USE_TX_8X8
;
sf
->
mv
.
reduce_first_step_size
=
1
;
sf
->
skip_encode_sb
=
0
;
}
...
...
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