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

Unified Diff: webrtc/modules/video_processing/BUILD.gn

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
Index: webrtc/modules/video_processing/BUILD.gn
diff --git a/webrtc/modules/video_processing/BUILD.gn b/webrtc/modules/video_processing/BUILD.gn
index 6d411edda176c4e61badabdf9c379c6227091ceb..74db3c5a4c43f856eb7959e7722df29022dff0a9 100644
--- a/webrtc/modules/video_processing/BUILD.gn
+++ b/webrtc/modules/video_processing/BUILD.gn
@@ -23,6 +23,8 @@ source_set("video_processing") {
"frame_preprocessor.h",
"include/video_processing.h",
"include/video_processing_defines.h",
+ "noise_estimation.cc",
marpan 2016/03/24 20:56:16 put these under /util
jackychen_ 2016/03/25 18:45:44 Done.
+ "noise_estimation.h",
"spatial_resampler.cc",
"spatial_resampler.h",
"util/denoiser_filter.cc",

Powered by Google App Engine
This is Rietveld 408576698