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
Xiph.Org
aom-rav1e
Commits
e723e36d
Commit
e723e36d
authored
Sep 15, 2015
by
Yaowu Xu
Committed by
Gerrit Code Review
Sep 15, 2015
Browse files
Merge "Remove leftover of "frame_parallel_decoding""
parents
41945661
ee825f93
Changes
1
Show whitespace changes
Inline
Side-by-side
vp10/decoder/decodeframe.c
View file @
e723e36d
...
...
@@ -2073,7 +2073,8 @@ static int read_compressed_header(VP10Decoder *pbi, const uint8_t *data,
static
void
debug_check_frame_counts
(
const
VP10_COMMON
*
const
cm
)
{
FRAME_COUNTS
zero_counts
;
vp10_zero
(
zero_counts
);
assert
(
cm
->
frame_parallel_decoding_mode
||
cm
->
error_resilient_mode
);
assert
(
cm
->
refresh_frame_context
!=
REFRESH_FRAME_CONTEXT_BACKWARD
||
cm
->
error_resilient_mode
);
assert
(
!
memcmp
(
cm
->
counts
.
y_mode
,
zero_counts
.
y_mode
,
sizeof
(
cm
->
counts
.
y_mode
)));
assert
(
!
memcmp
(
cm
->
counts
.
uv_mode
,
zero_counts
.
uv_mode
,
...
...
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