summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_entropy.h
diff options
context:
space:
mode:
authorhui su <huisu@google.com>2015-03-31 09:20:46 -0700
committerhui su <huisu@google.com>2015-03-31 09:20:46 -0700
commit302e24cb3ee617c3f238001392a8bf73e447a7a2 (patch)
treec93527ccd5923ac329b177ce9d9feb9ee5e5188b /vp9/common/vp9_entropy.h
parent9b99eb2e123c8e30288de73d6722c88672e4e434 (diff)
downloadlibvpx-302e24cb3ee617c3f238001392a8bf73e447a7a2.tar
libvpx-302e24cb3ee617c3f238001392a8bf73e447a7a2.tar.gz
libvpx-302e24cb3ee617c3f238001392a8bf73e447a7a2.tar.bz2
libvpx-302e24cb3ee617c3f238001392a8bf73e447a7a2.zip
Move vp9_coef_con_tree to common/
This tree should be defined in common/, as it is needed for both encoder and decoder. Change-Id: I4f5cbc80025cf2ced14182c98f7c82dc7d0f87db
Diffstat (limited to 'vp9/common/vp9_entropy.h')
-rw-r--r--vp9/common/vp9_entropy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp9/common/vp9_entropy.h b/vp9/common/vp9_entropy.h
index 4eb2e6413..eee096f17 100644
--- a/vp9/common/vp9_entropy.h
+++ b/vp9/common/vp9_entropy.h
@@ -173,6 +173,7 @@ static INLINE const uint8_t *get_band_translate(TX_SIZE tx_size) {
#define PIVOT_NODE 2 // which node is pivot
#define MODEL_NODES (ENTROPY_NODES - UNCONSTRAINED_NODES)
+extern const vp9_tree_index vp9_coef_con_tree[TREE_SIZE(ENTROPY_TOKENS)];
extern const vp9_prob vp9_pareto8_full[COEFF_PROB_MODELS][MODEL_NODES];
typedef vp9_prob vp9_coeff_probs_model[REF_TYPES][COEF_BANDS]