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
Yushin Cho
aom-rav1e
Commits
d4178156
Commit
d4178156
authored
Jul 21, 2015
by
Yaowu Xu
Committed by
Gerrit Code Review
Jul 21, 2015
Browse files
Merge "Fix bug in setting sf->use_square_partition_only."
parents
b8c47a98
7d15444d
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_speed_features.c
View file @
d4178156
...
...
@@ -118,10 +118,11 @@ static void set_good_speed_feature(VP9_COMP *cpi, VP9_COMMON *cm,
if
(
speed
>=
1
)
{
if
((
cpi
->
twopass
.
fr_content_type
==
FC_GRAPHICS_ANIMATION
)
||
vp9_internal_image_edge
(
cpi
))
{
sf
->
use_square_partition_only
=
frame_is_boosted
(
cpi
);
sf
->
use_square_partition_only
=
!
frame_is_boosted
(
cpi
);
}
else
{
sf
->
use_square_partition_only
=
!
frame_is_intra_only
(
cm
);
}
sf
->
less_rectangular_check
=
1
;
sf
->
use_rd_breakout
=
1
;
...
...
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