From d33be6caa98358305d7a8edd3f07320fa0f05a1f Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 19 Apr 2016 15:51:32 -0700 Subject: [PATCH] vp8: Update on sum_diff_threshold. Reset to previous values. Change-Id: Ia49bafc1d1ec5f657819ffba04d11fd701f315e8 --- vp8/encoder/denoising.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vp8/encoder/denoising.h b/vp8/encoder/denoising.h index 34c561df8..8c126c1cb 100644 --- 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)