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

Unified Diff: webrtc/modules/video_processing/frame_preprocessor.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/frame_preprocessor.h
diff --git a/webrtc/modules/video_processing/frame_preprocessor.h b/webrtc/modules/video_processing/frame_preprocessor.h
index 6dd3693dbf0f54dd31191044e88568391bc41958..4ed710001db0e11c97d00ac9b24b63d060ee88a1 100644
--- a/webrtc/modules/video_processing/frame_preprocessor.h
+++ b/webrtc/modules/video_processing/frame_preprocessor.h
@@ -71,6 +71,7 @@ class VPMFramePreprocessor {
VideoContentMetrics* content_metrics_;
VideoFrame denoised_frame_;
+ VideoFrame denoised_frame_track_;
marpan 2016/03/24 20:56:16 is this previous denoised_frame (i.e, t-1)? if so,
jackychen_ 2016/03/25 18:45:44 Done.
VideoFrame resampled_frame_;
VPMSpatialResampler* spatial_resampler_;
VPMContentAnalysis* ca_;

Powered by Google App Engine
This is Rietveld 408576698