shithub: libvpx

Download patch

ref: a3562b60d58f58778b0b961a68333351bf1b90f8
parent: e1ad39d7540be37cc36d48e902fe01d97d4fccca
author: Marco <[email protected]>
date: Fri Mar 18 04:38:29 EDT 2016

vp8-denoiser: Update on the sum_diff threshold.

Change-Id: I0d459c7ba358da287aff1c706279603d6d4d3c48

--- a/vp8/encoder/denoising.h
+++ b/vp8/encoder/denoising.h
@@ -18,7 +18,7 @@
 extern "C" {
 #endif
 
-#define SUM_DIFF_THRESHOLD 384
+#define SUM_DIFF_THRESHOLD 448
 #define SUM_DIFF_THRESHOLD_HIGH 512
 #define MOTION_MAGNITUDE_THRESHOLD (8*3)