shithub: libvpx

Download patch

ref: d33be6caa98358305d7a8edd3f07320fa0f05a1f
parent: 9cc1f692bdbfcc1495b600eb1af2f7c0ffeb8abe
author: Marco <marpan@google.com>
date: Tue Apr 19 11:51:32 EDT 2016

vp8: Update on sum_diff_threshold.

Reset to previous values.

Change-Id: Ia49bafc1d1ec5f657819ffba04d11fd701f315e8

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