summaryrefslogtreecommitdiff
path: root/test/test.mk
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2016-07-01 16:02:41 -0700
committerJingning Han <jingning@google.com>2016-07-06 18:25:17 -0700
commite357b9efe08eca4c878e2a43dcde4bd4f7fb39a7 (patch)
tree112a7bba1e6da15cda2045e3c363e973789fb116 /test/test.mk
parent14011f037d0353d1bef1b21dd65a348d9792bfd3 (diff)
downloadlibvpx-e357b9efe08eca4c878e2a43dcde4bd4f7fb39a7.tar
libvpx-e357b9efe08eca4c878e2a43dcde4bd4f7fb39a7.tar.gz
libvpx-e357b9efe08eca4c878e2a43dcde4bd4f7fb39a7.tar.bz2
libvpx-e357b9efe08eca4c878e2a43dcde4bd4f7fb39a7.zip
Support measure distortion in the pixel domain
Use pixel domain distortion metric in speed 0. This improves the compression performance by 0.3% for both low and high resolution test sets. Change-Id: I5b5b7115960de73f0b5e5d0c69db305e490e6f1d
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 2d50ce813..81381e9f3 100644
--- a/test/test.mk
+++ b/test/test.mk
@@ -170,6 +170,7 @@ endif # VP9
## Multi-codec / unconditional whitebox tests.
LIBVPX_TEST_SRCS-$(CONFIG_ENCODERS) += sad_test.cc
+LIBVPX_TEST_SRCS-$(CONFIG_ENCODERS) += sum_squares_test.cc
TEST_INTRA_PRED_SPEED_SRCS-yes := test_intra_pred_speed.cc
TEST_INTRA_PRED_SPEED_SRCS-yes += ../md5_utils.h ../md5_utils.c