Support measure distortion in the pixel domain
authorJingning Han <jingning@google.com>
Fri, 1 Jul 2016 23:02:41 +0000 (16:02 -0700)
committerJingning Han <jingning@google.com>
Thu, 7 Jul 2016 01:25:17 +0000 (18:25 -0700)
commite357b9efe08eca4c878e2a43dcde4bd4f7fb39a7
tree112a7bba1e6da15cda2045e3c363e973789fb116
parent14011f037d0353d1bef1b21dd65a348d9792bfd3
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
test/sum_squares_test.cc [new file with mode: 0644]
test/test.mk
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_speed_features.c
vp9/encoder/vp9_speed_features.h
vpx_dsp/sum_squares.c [new file with mode: 0644]
vpx_dsp/vpx_dsp.mk
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/x86/sum_squares_sse2.c [new file with mode: 0644]