Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2476)

Unified Diff: webrtc/modules/video_processing/util/noise_estimation.h

Issue 1897013002: Add flag for external VNR rectangle diagnostics on NEON. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/modules/video_processing/util/noise_estimation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | webrtc/modules/video_processing/util/noise_estimation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698