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
Xiph.Org
aom-rav1e
Commits
0c73623d
Commit
0c73623d
authored
Jun 18, 2016
by
Yue Chen
Committed by
Gerrit Code Review
Jun 18, 2016
Browse files
Merge "Make variance based partitioning compatible with SEG_LVL_SKIP" into nextgenv2
parents
82937590
169431b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp10/encoder/encodeframe.c
View file @
0c73623d
...
...
@@ -468,6 +468,11 @@ static void set_vt_partitioning(VP10_COMP *cpi,
assert
(
hbh
==
hbw
);
if
(
vt
->
bsize
==
BLOCK_8X8
&&
cm
->
frame_type
!=
KEY_FRAME
)
{
set_block_size
(
cpi
,
x
,
xd
,
mi_row
,
mi_col
,
BLOCK_8X8
);
return
;
}
if
(
vt
->
force_split
||
(
!
has_cols
&&
!
has_rows
))
goto
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