Bias against non-zero mv for large blocks.
authorMarco <marpan@chromium.org>
Fri, 30 Oct 2015 18:51:06 +0000 (11:51 -0700)
committerMarco <marpan@google.com>
Tue, 3 Nov 2015 22:51:56 +0000 (14:51 -0800)
commit04a99cb36bb6a3d24de0d99ac621e0313ea759a6
tree4087473ec78b76dde0e985ee099ad648aeb4bb05
parentd73e6cef758da47d582b0485e736acc2417a6f70
Bias against non-zero mv for large blocks.

Change is only for real-time mode, speed > 5, and non-screen content mode.
Bias is based on block size and motion vector level (motion above some threshold).

Helps to improves stability in background from lightning changes.
PSNR/SSIM metrics on RTC set almost no change/neutral (within +/- 0.1).

Change-Id: I7eac13c1ae10be4ab1f40acc7f9f1df5653ece9d
vp9/encoder/vp9_pickmode.c