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

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

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/util/denoiser_filter_c.h
diff --git a/webrtc/modules/video_processing/util/denoiser_filter_c.h b/webrtc/modules/video_processing/util/denoiser_filter_c.h
index fe46ac38ec09402cadd70869f26c277f787c37db..3e52c3e47c9262b1da7f0f71591573fbaa7b174a 100644
--- a/webrtc/modules/video_processing/util/denoiser_filter_c.h
+++ b/webrtc/modules/video_processing/util/denoiser_filter_c.h
@@ -38,7 +38,8 @@ class DenoiserFilterC : public DenoiserFilter {
const uint8_t* sig,
int sig_stride,
uint8_t motion_magnitude,
- int increase_denoising) override;
+ int increase_denoising,
+ bool denoise_always) override;
};
} // namespace webrtc
« no previous file with comments | « webrtc/modules/video_processing/util/denoiser_filter.cc ('k') | webrtc/modules/video_processing/util/denoiser_filter_c.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698