summaryrefslogtreecommitdiff
path: root/vp8/vp8_common.mk
diff options
context:
space:
mode:
authorStefan Holmer <holmer@google.com>2011-06-10 11:11:15 +0200
committerJohn Koleszar <jkoleszar@google.com>2011-06-28 11:10:17 -0400
commit4cb0ebe5b27d35ccc2a78c1d16f2622ddef21f74 (patch)
tree4454bc207a6929ad07f62fb7922aad5729714801 /vp8/vp8_common.mk
parentbe99868bd16fd46c7009e7052131705c116bda5a (diff)
downloadlibvpx-4cb0ebe5b27d35ccc2a78c1d16f2622ddef21f74.tar
libvpx-4cb0ebe5b27d35ccc2a78c1d16f2622ddef21f74.tar.gz
libvpx-4cb0ebe5b27d35ccc2a78c1d16f2622ddef21f74.tar.bz2
libvpx-4cb0ebe5b27d35ccc2a78c1d16f2622ddef21f74.zip
Adding support for independent partitions
Adding support in the encoder for generating independent residual partitions by forcing equal probabilities over the prev coef entropy contexts. Change-Id: I402f5c353255f3ca20eae2620af739f6a498cd21
Diffstat (limited to 'vp8/vp8_common.mk')
-rw-r--r--vp8/vp8_common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp8/vp8_common.mk b/vp8/vp8_common.mk
index acc9334f4..f55c899db 100644
--- a/vp8/vp8_common.mk
+++ b/vp8/vp8_common.mk
@@ -19,6 +19,7 @@ VP8_COMMON_SRCS-yes += common/blockd.c
VP8_COMMON_SRCS-yes += common/coefupdateprobs.h
VP8_COMMON_SRCS-yes += common/debugmodes.c
VP8_COMMON_SRCS-yes += common/defaultcoefcounts.h
+VP8_COMMON_SRCS-yes += common/defaultcoefcounts.c
VP8_COMMON_SRCS-yes += common/entropy.c
VP8_COMMON_SRCS-yes += common/entropymode.c
VP8_COMMON_SRCS-yes += common/entropymv.c