summaryrefslogtreecommitdiff
path: root/vp8/common/entropy.h
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2011-09-13 11:26:39 +0100
committerPaul Wilkins <paulwilkins@google.com>2011-09-13 11:26:39 +0100
commitdfbc61f3ab8c20e3ac7ed94209ab62dfe080b53e (patch)
tree11e23a620a9994b449c12011cbb1cedcad0aa94d /vp8/common/entropy.h
parent1fa77e28a122a15e583da55c0ba789db06850781 (diff)
downloadlibvpx-dfbc61f3ab8c20e3ac7ed94209ab62dfe080b53e.tar
libvpx-dfbc61f3ab8c20e3ac7ed94209ab62dfe080b53e.tar.gz
libvpx-dfbc61f3ab8c20e3ac7ed94209ab62dfe080b53e.tar.bz2
libvpx-dfbc61f3ab8c20e3ac7ed94209ab62dfe080b53e.zip
Segment Features:
Some basic plumbing added for a range of segment level features. MB_LVL_* changed to SEG_LVL_* to better reflect meaning. Change-Id: Iac96da36990aa0e40afc0d86e990df337fd0c50b
Diffstat (limited to 'vp8/common/entropy.h')
-rw-r--r--vp8/common/entropy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/common/entropy.h b/vp8/common/entropy.h
index d3e841c3e..4d15449c9 100644
--- a/vp8/common/entropy.h
+++ b/vp8/common/entropy.h
@@ -106,7 +106,7 @@ extern short vp8_default_zig_zag_mask[16];
extern DECLARE_ALIGNED(64, const int, vp8_default_zig_zag1d_8x8[64]);
extern short vp8_default_zig_zag_mask_8x8[64];//int64_t
#endif
-extern const int vp8_mb_feature_data_bits[MB_LVL_MAX];
+extern const int vp8_mb_feature_data_bits[SEG_LVL_MAX];
void vp8_coef_tree_initialize(void);
#endif