| 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 24d44ca4ad15902660c769da54ed3df30468520b..5299b311ce3c51adfcf86e3aaed759c5f257efa1 100644
|
| --- a/webrtc/modules/video_processing/util/noise_estimation.h
|
| +++ b/webrtc/modules/video_processing/util/noise_estimation.h
|
| @@ -18,7 +18,8 @@
|
|
|
| namespace webrtc {
|
|
|
| -#define DISPLAY 0
|
| +#define DISPLAY 0 // Rectangle diagnostics
|
| +#define DISPLAYNEON 0 // Rectangle diagnostics on NEON
|
|
|
| const int kNoiseThreshold = 200;
|
| const int kNoiseThresholdNeon = 70;
|
|
|