Added another denoising threshold for finding DC shifts.
authorStefan Holmer <holmer@google.com>
Wed, 30 May 2012 10:17:06 +0000 (12:17 +0200)
committerStefan Holmer <holmer@google.com>
Wed, 30 May 2012 14:50:21 +0000 (16:50 +0200)
commitd8500344430112d794ae6858802c628c79ce20d8
treeee9fe270963efeb42c1c160280c144dd8c0cf8e6
parentffe79d61d4ad86ee1399e116fb6c3234f114f734
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