summaryrefslogtreecommitdiff
path: root/vp8/common/entropy.c
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/entropy.c')
-rw-r--r--vp8/common/entropy.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/vp8/common/entropy.c b/vp8/common/entropy.c
index 5fb64df36..62e38d772 100644
--- a/vp8/common/entropy.c
+++ b/vp8/common/entropy.c
@@ -200,9 +200,13 @@ vp8_extra_bit_struct vp8_extra_bits[12] =
};
#include "default_coef_probs.h"
+#include "defaultcoefcounts.h"
void vp8_default_coef_probs(VP8_COMMON *pc)
{
+#if CONFIG_T8X8
+ int h;
+#endif
vpx_memcpy(pc->fc.coef_probs, default_coef_probs,
sizeof(default_coef_probs));
#if CONFIG_T8X8