summaryrefslogtreecommitdiff
path: root/vp10/vp10cx.mk
diff options
context:
space:
mode:
authorhui su <huisu@google.com>2015-09-15 12:44:13 -0700
committerhui su <huisu@google.com>2015-10-12 10:02:17 -0700
commit5d011cb2785016de7f1cbf9a284cdd768a8a6229 (patch)
tree5a014b52aaffab1f7b07303f234b13deb9170464 /vp10/vp10cx.mk
parentba7ea4456f175bb23e86456abf95da8256d17c09 (diff)
downloadlibvpx-5d011cb2785016de7f1cbf9a284cdd768a8a6229.tar
libvpx-5d011cb2785016de7f1cbf9a284cdd768a8a6229.tar.gz
libvpx-5d011cb2785016de7f1cbf9a284cdd768a8a6229.tar.bz2
libvpx-5d011cb2785016de7f1cbf9a284cdd768a8a6229.zip
VP10: Add palette mode part 1
Add palette mode for keyframe luma channel. Palette mode is enabled when using "--tune-content=screen" in encoding config parameters. on screen_content testset: +6.89% on derlr : +0.00% Design doc (WIP): https://goo.gl/lD4yJw Change-Id: Ib368b216bfd3ea21c6c27436934ad87afdaa6f88
Diffstat (limited to 'vp10/vp10cx.mk')
-rw-r--r--vp10/vp10cx.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/vp10/vp10cx.mk b/vp10/vp10cx.mk
index ead993ac2..7b77f314e 100644
--- a/vp10/vp10cx.mk
+++ b/vp10/vp10cx.mk
@@ -52,6 +52,8 @@ VP10_CX_SRCS-yes += encoder/tokenize.h
VP10_CX_SRCS-yes += encoder/treewriter.h
VP10_CX_SRCS-yes += encoder/mcomp.c
VP10_CX_SRCS-yes += encoder/encoder.c
+VP10_CX_SRCS-yes += encoder/palette.h
+VP10_CX_SRCS-yes += encoder/palette.c
VP10_CX_SRCS-yes += encoder/picklpf.c
VP10_CX_SRCS-yes += encoder/picklpf.h
VP10_CX_SRCS-yes += encoder/quantize.c