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
51a84588
Commit
51a84588
authored
Jul 25, 2013
by
Yaowu Xu
Committed by
Gerrit Code Review
Jul 25, 2013
Browse files
Merge "fix a bug where flags are not reset"
parents
08202e0a
3e386aef
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
51a84588
...
...
@@ -1213,6 +1213,10 @@ static void rd_use_partition(VP9_COMP *cpi, MODE_INFO *m, TOKENEXTRA **tp,
}
save_context
(
cpi
,
mi_row
,
mi_col
,
a
,
l
,
sa
,
sl
,
bsize
);
x
->
fast_ms
=
0
;
x
->
pred_mv
.
as_int
=
0
;
x
->
subblock_ref
=
0
;
if
(
cpi
->
sf
.
adjust_partitioning_from_last_frame
)
{
// Check if any of the sub blocks are further split.
if
(
partition
==
PARTITION_SPLIT
&&
subsize
>
BLOCK_SIZE_SB8X8
)
{
...
...
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