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
Guillaume Martres
aom-rav1e
Commits
516f7ac0
Commit
516f7ac0
authored
Mar 11, 2013
by
Ronald S. Bultje
Browse files
Fix typo in comment for number of extra bits for cat6 tokens.
Change-Id: I07ddf3be8bc5d6c2eb561d4241879777c315b183
parent
b41dee84
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/vp9_entropy.h
View file @
516f7ac0
...
...
@@ -31,7 +31,7 @@ extern const int vp9_i8x8_block[4];
#define DCT_VAL_CATEGORY3 7
/* 11-18 Extra Bits 3+1 */
#define DCT_VAL_CATEGORY4 8
/* 19-34 Extra Bits 4+1 */
#define DCT_VAL_CATEGORY5 9
/* 35-66 Extra Bits 5+1 */
#define DCT_VAL_CATEGORY6 10
/* 67+ Extra Bits 1
3
+1 */
#define DCT_VAL_CATEGORY6 10
/* 67+ Extra Bits 1
4
+1 */
#define DCT_EOB_TOKEN 11
/* EOB Extra Bits 0+0 */
#define MAX_ENTROPY_TOKENS 12
#define ENTROPY_NODES 11
...
...
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