Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
7ab5de04
Commit
7ab5de04
authored
Sep 03, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Sep 03, 2014
Browse files
Merge "Change last_partition_redo_frequency for speed 3"
parents
44879cee
7a337124
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_speed_features.c
View file @
7ab5de04
...
...
@@ -149,7 +149,7 @@ static void set_good_speed_feature(VP9_COMP *cpi, VP9_COMMON *cm,
sf
->
alt_ref_search_fp
=
1
;
sf
->
motion_field_mode_search
=
!
boosted
;
sf
->
lf_motion_threshold
=
LOW_MOTION_THRESHOLD
;
sf
->
last_partitioning_redo_frequency
=
3
;
sf
->
last_partitioning_redo_frequency
=
2
;
sf
->
recode_loop
=
ALLOW_RECODE_KFMAXBW
;
sf
->
adaptive_rd_thresh
=
3
;
sf
->
mode_skip_start
=
6
;
...
...
Write
Preview
Supports
Markdown
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