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
Guillaume Martres
aom-rav1e
Commits
9158b895
Commit
9158b895
authored
Sep 05, 2013
by
Yaowu Xu
Committed by
Gerrit Code Review
Sep 05, 2013
Browse files
Merge "make bsize requirement for SEG_LVL_SKIP explicit"
parents
7bc775d9
1ee66933
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/decoder/vp9_decodemv.c
View file @
9158b895
...
@@ -460,6 +460,7 @@ static void read_inter_block_mode_info(VP9D_COMP *pbi, MODE_INFO *mi,
...
@@ -460,6 +460,7 @@ static void read_inter_block_mode_info(VP9D_COMP *pbi, MODE_INFO *mi,
if
(
vp9_segfeature_active
(
&
cm
->
seg
,
mbmi
->
segment_id
,
SEG_LVL_SKIP
))
{
if
(
vp9_segfeature_active
(
&
cm
->
seg
,
mbmi
->
segment_id
,
SEG_LVL_SKIP
))
{
mbmi
->
mode
=
ZEROMV
;
mbmi
->
mode
=
ZEROMV
;
assert
(
bsize
>=
BLOCK_8X8
);
}
else
{
}
else
{
if
(
bsize
>=
BLOCK_8X8
)
if
(
bsize
>=
BLOCK_8X8
)
mbmi
->
mode
=
read_inter_mode
(
cm
,
r
,
inter_mode_ctx
);
mbmi
->
mode
=
read_inter_mode
(
cm
,
r
,
inter_mode_ctx
);
...
...
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