Added another denoising threshold for finding DC shifts.
authorStefan Holmer <holmer@google.com>
Wed, 30 May 2012 10:17:06 +0000 (12:17 +0200)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 30 May 2012 21:36:02 +0000 (14:36 -0700)
commitdd6134b472f755112391bc6197d87c868a67f132
tree8dd10d7ad2ad2ec8ac4e6e4b3bb57b430917c3bb
parentfc2fc899ae774b724b0aa2e718a8a6aa039d2c04
Added another denoising threshold for finding DC shifts.

Compares the sum of differences between the input block and the averaged
block. If they differ too much the block will not be filtered. Negligible
perfomance hit.

Change-Id: Ib1c31a265efd4d100b3abc4a1ea6675038c8ddde
vp8/common/rtcd_defs.sh
vp8/encoder/denoising.c
vp8/encoder/denoising.h
vp8/encoder/x86/denoising_sse2.c