shithub: libvpx

Download patch

ref: e4d9f0e31f789bf145c4c5ed6119d40384e11123
parent: 9ca6b46cef904799a1e66538df6f0a7e275ee734
parent: d33be6caa98358305d7a8edd3f07320fa0f05a1f
author: Marco Paniconi <marpan@google.com>
date: Tue Apr 19 20:20:41 EDT 2016

Merge "vp8: Update on sum_diff_threshold."

--- 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)