ref: 8fc3ab7c6260446247ed8d61820a7d1a639db792
parent: 5c1e57c3ceb2956cd3cb701c65363bf6d6df0874
parent: 516f7ac04e27add0858d57139235073a6503f573
author: Ronald S. Bultje <rbultje@google.com>
date: Tue Mar 12 06:45:12 EDT 2013
Merge "Fix typo in comment for number of extra bits for cat6 tokens." into experimental
--- a/vp9/common/vp9_entropy.h
+++ b/vp9/common/vp9_entropy.h
@@ -31,7 +31,7 @@
#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
--
⑨