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

Unified Diff: webrtc/modules/video_processing/video_processing.gypi

Issue 1822333003: External denoiser based on noise estimation and moving object detection. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 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 | « webrtc/modules/video_processing/video_denoiser.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_processing/video_processing.gypi
diff --git a/webrtc/modules/video_processing/video_processing.gypi b/webrtc/modules/video_processing/video_processing.gypi
index 7418c455a28891648a14d3083374e55e58c49018..5bf0ea36c36a39fdabc1bf45a6016ec14bc1fc3c 100644
--- a/webrtc/modules/video_processing/video_processing.gypi
+++ b/webrtc/modules/video_processing/video_processing.gypi
@@ -40,6 +40,8 @@
'util/denoiser_filter.h',
'util/denoiser_filter_c.cc',
'util/denoiser_filter_c.h',
+ 'util/noise_estimation.cc',
+ 'util/noise_estimation.h',
'util/skin_detection.cc',
'util/skin_detection.h',
],
« no previous file with comments | « webrtc/modules/video_processing/video_denoiser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698