Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
8e35263b
Commit
8e35263b
authored
Aug 13, 2013
by
Paul Wilkins
Committed by
Gerrit Code Review
Aug 13, 2013
Browse files
Merge "Honor min_partition_size properly"
parents
902f9c7c
58b07a6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encodeframe.c
+1
-1
No files found.
vp9/encoder/vp9_encodeframe.c
View file @
8e35263b
...
...
@@ -1632,7 +1632,7 @@ static void rd_pick_partition(VP9_COMP *cpi, TOKENEXTRA **tp, int mi_row,
// PARTITION_SPLIT
if
(
!
cpi
->
sf
.
auto_min_max_partition_size
||
bsize
>
=
cpi
->
sf
.
min_partition_size
)
{
bsize
>
cpi
->
sf
.
min_partition_size
)
{
if
(
bsize
>
BLOCK_8X8
)
{
subsize
=
get_subsize
(
bsize
,
PARTITION_SPLIT
);
...
...
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