]> granicus.if.org Git - libvpx/commitdiff
Fix typo in comment for number of extra bits for cat6 tokens.
authorRonald S. Bultje <rbultje@google.com>
Mon, 11 Mar 2013 16:20:57 +0000 (09:20 -0700)
committerRonald S. Bultje <rbultje@google.com>
Tue, 12 Mar 2013 17:25:43 +0000 (10:25 -0700)
Change-Id: I07ddf3be8bc5d6c2eb561d4241879777c315b183

vp9/common/vp9_entropy.h

index 25ba3c08dd403befd5485b1ecfff4b9923ab5067..8313c585373a134e9a679a5ca266163f99da4802 100644 (file)
@@ -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 13+1 */
+#define DCT_VAL_CATEGORY6       10      /* 67+       Extra Bits 14+1 */
 #define DCT_EOB_TOKEN           11      /* EOB       Extra Bits 0+0 */
 #define MAX_ENTROPY_TOKENS 12
 #define ENTROPY_NODES 11