Add Tune for SSIM
authorsdeng <sdeng@google.com>
Fri, 29 Mar 2019 16:18:56 +0000 (09:18 -0700)
committersdeng <sdeng@google.com>
Fri, 12 Apr 2019 22:02:05 +0000 (15:02 -0700)
commit7dedf4cbc779f5b091513066745f54f46a3e71a5
treee57c67cd9b7b8223e938339c2f912e3b93a1137d
parent1fa6e2912ca6f7bd7a902e0aff46439e3e117e05
Add Tune for SSIM

Implementation with some tuning of the paper:
C. Yeo, H. L. Tan, and Y. H. Tan, "On rate distortion optimization using
SSIM," Circuits and Systems for Video Technology, IEEE Transactions on,
vol. 23, no. 7, pp. 1170-1181, 2013.

Test results:
           avg_psnr      ssim      ms-ssim
lowres      2.516       -2.622     -2.450
midres      2.312       -3.062     -3.882
hdres       2.292       -4.293     -5.246

The encoding time is about the same as the baseline.

Change-Id: Ida2c380ade79b6c15cf12b88bf090069da8765d8
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_encoder.h
vp9/vp9_cx_iface.c