summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropy.h
diff options
context:
space:
mode:
authorJim Bankoski <jimbankoski@google.com>2013-11-20 10:06:04 -0800
committerJim Bankoski <jimbankoski@google.com>2013-11-20 10:06:04 -0800
commit03276bf6e6ddab1501ec2937a6bba1a49c1f8407 (patch)
tree8f232573dfb0f35acf579b4344139231cfc449ad /vp9/common/vp9_entropy.h
parent7a8a68e2bdf618b2542548b30d18933583ee8e0e (diff)
downloadlibvpx-03276bf6e6ddab1501ec2937a6bba1a49c1f8407.tar
libvpx-03276bf6e6ddab1501ec2937a6bba1a49c1f8407.tar.gz
libvpx-03276bf6e6ddab1501ec2937a6bba1a49c1f8407.tar.bz2
libvpx-03276bf6e6ddab1501ec2937a6bba1a49c1f8407.zip
remove the model and copy in pack_mb_tokens
Change-Id: I00a5203c8ed76c184d936fccf93d76e7c06773d3
Diffstat (limited to 'vp9/common/vp9_entropy.h')
-rw-r--r--vp9/common/vp9_entropy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vp9/common/vp9_entropy.h b/vp9/common/vp9_entropy.h
index 0370b3251..d617caa56 100644
--- a/vp9/common/vp9_entropy.h
+++ b/vp9/common/vp9_entropy.h
@@ -46,6 +46,8 @@ extern DECLARE_ALIGNED(16, const uint8_t,
extern const vp9_tree_index vp9_coef_tree[TREE_SIZE(MAX_ENTROPY_TOKENS)];
+extern const vp9_tree_index vp9_coef_con_tree[];
+
#define DCT_EOB_MODEL_TOKEN 3 /* EOB Extra Bits 0+0 */
extern const vp9_tree_index vp9_coefmodel_tree[];