summaryrefslogtreecommitdiff
path: root/vp8/common/entropy.h
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2011-11-02 13:30:10 +0000
committerPaul Wilkins <paulwilkins@google.com>2011-11-02 13:31:54 +0000
commit87ff8620b27a70c8411bf0941eb846e358e03ca1 (patch)
treec80b77f7b2fbbb691ba2b182e8601402301453d7 /vp8/common/entropy.h
parent2b450a460fa847c7460f51ab38ecb9ab10f18218 (diff)
downloadlibvpx-87ff8620b27a70c8411bf0941eb846e358e03ca1.tar
libvpx-87ff8620b27a70c8411bf0941eb846e358e03ca1.tar.gz
libvpx-87ff8620b27a70c8411bf0941eb846e358e03ca1.tar.bz2
libvpx-87ff8620b27a70c8411bf0941eb846e358e03ca1.zip
Segmentation: Reference frames
Modify reference frame segmentation so that ONE or MORE reference frames may be marked as a available for a given segment. Fixed bugs relating to segment coding of INTRA and some INTER modes at the segment level. Modified Q boost for static areas based on ambient average Q. Strong results now on clips with significant static areas. (some data points in derf set as high as 9% and some static & slide show type content in YT set > 20%) Change-Id: Ia79f912efa84b977f35a23683ae3643251e24f0c
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 4d15449c9..e75c3966b 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[SEG_LVL_MAX];
+extern const int vp8_seg_feature_data_bits[SEG_LVL_MAX];
void vp8_coef_tree_initialize(void);
#endif