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

Unified Diff: webrtc/modules/video_processing/video_denoiser.h

Issue 1508793002: Clang format of video_processing folder. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: pbos review Created 5 years 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/video_denoiser.h
diff --git a/webrtc/modules/video_processing/video_denoiser.h b/webrtc/modules/video_processing/video_denoiser.h
index 69edfaf95669df8b25f9a0b8242f0df4e20b68a4..2a90724ad0f0ab0cb66b1d3e1c6a4e0eb0d2222a 100644
--- a/webrtc/modules/video_processing/video_denoiser.h
+++ b/webrtc/modules/video_processing/video_denoiser.h
@@ -22,8 +22,11 @@ class VideoDenoiser {
void DenoiseFrame(const VideoFrame& frame, VideoFrame* denoised_frame);
private:
- void TrailingReduction(int mb_rows, int mb_cols, const uint8_t* y_src,
- int stride_y, uint8_t* y_dst);
+ void TrailingReduction(int mb_rows,
+ int mb_cols,
+ const uint8_t* y_src,
+ int stride_y,
+ uint8_t* y_dst);
int width_;
int height_;
rtc::scoped_ptr<DenoiseMetrics[]> metrics_;
« no previous file with comments | « webrtc/modules/video_processing/video_decimator.cc ('k') | webrtc/modules/video_processing/video_denoiser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698