]> granicus.if.org Git - libvpx/commitdiff
vp8: Update on sum_diff_threshold.
authorMarco <marpan@google.com>
Tue, 19 Apr 2016 22:51:32 +0000 (15:51 -0700)
committerMarco <marpan@google.com>
Tue, 19 Apr 2016 22:59:48 +0000 (15:59 -0700)
Reset to previous values.

Change-Id: Ia49bafc1d1ec5f657819ffba04d11fd701f315e8

vp8/encoder/denoising.h

index 34c561df8bfa5c0209610f4d51fb3ed495ddee3e..8c126c1cb1bf43f75d068263e4dc5cfd91707edf 100644 (file)
@@ -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)