Skip to content
GitLab
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
cbf8b955
Commit
cbf8b955
authored
Apr 27, 2017
by
Debargha Mukherjee
Browse files
Silence some deep static analysis warnings
in entropy.c Change-Id: I679d9461e4740f630c832e3f96f43eb35e943465
parent
b62eef7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/entropy.c
View file @
cbf8b955
...
...
@@ -5967,6 +5967,7 @@ static void build_head_cdfs(const aom_prob *pdf_model,
const int is_dc = blockz_model != NULL;
const int last_head_val = HEAD_TOKENS - 1 + is_dc;
assert(pdf_model != NULL);
assert(pdf_model[2] != 0);
/* FIXME: maintain true CDF counts. */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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