summaryrefslogtreecommitdiff
path: root/test/test.mk
diff options
context:
space:
mode:
authorFrank Galligan <fgalligan@google.com>2015-05-21 11:49:11 -0700
committerFrank Galligan <fgalligan@google.com>2015-06-05 10:07:09 -0700
commitbfb6d488122a42b6c86e4af2f1ecd524fa1864e2 (patch)
tree00ec271600e9ae8a447220a0456f80d69e7c4010 /test/test.mk
parent8710cceb45ad64a50287a555e8803df1df5e72ad (diff)
downloadlibvpx-bfb6d488122a42b6c86e4af2f1ecd524fa1864e2.tar
libvpx-bfb6d488122a42b6c86e4af2f1ecd524fa1864e2.tar.gz
libvpx-bfb6d488122a42b6c86e4af2f1ecd524fa1864e2.tar.bz2
libvpx-bfb6d488122a42b6c86e4af2f1ecd524fa1864e2.zip
Add control to skip loop filter in VP9 decoder.
This control allows the application to skip the loop filter in the decoder. This is an advanced control that should only be used in extreme circumstances as it may introduce and accumulate decode artifacts. Change-Id: I278c65c60826f84c9141ebe06c6eeed3c2335fa8
Diffstat (limited to 'test/test.mk')
-rw-r--r--test/test.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.mk b/test/test.mk
index 0dad0620a..4d63a6392 100644
--- a/test/test.mk
+++ b/test/test.mk
@@ -66,6 +66,7 @@ LIBVPX_TEST_SRCS-$(CONFIG_DECODERS) += ../tools_common.h
LIBVPX_TEST_SRCS-$(CONFIG_DECODERS) += ../webmdec.cc
LIBVPX_TEST_SRCS-$(CONFIG_DECODERS) += ../webmdec.h
LIBVPX_TEST_SRCS-$(CONFIG_DECODERS) += webm_video_source.h
+LIBVPX_TEST_SRCS-$(CONFIG_VP9_DECODER) += vp9_skip_loopfilter_test.cc
endif
LIBVPX_TEST_SRCS-$(CONFIG_DECODERS) += decode_api_test.cc