Index: webrtc/modules/video_processing/util/noise_estimation.h |
diff --git a/webrtc/modules/video_processing/util/noise_estimation.h b/webrtc/modules/video_processing/util/noise_estimation.h |
index fa5b5225482bca40e7f4529845209152a4bc5998..16d5587b7002b47a34cd8b34f2d35312630e0aca 100644 |
--- a/webrtc/modules/video_processing/util/noise_estimation.h |
+++ b/webrtc/modules/video_processing/util/noise_estimation.h |
@@ -23,7 +23,7 @@ namespace webrtc { |
#define DISPLAY 0 // Rectangle diagnostics |
#define DISPLAYNEON 0 // Rectangle diagnostics on NEON |
-const int kNoiseThreshold = 200; |
+const int kNoiseThreshold = 150; |
const int kNoiseThresholdNeon = 70; |
const int kConsecLowVarFrame = 6; |
const int kAverageLumaMin = 20; |