| 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 319845bf2da37169c974eb40a5f8673b8cbede71..114f663c03d985ce4ba8d12e976a51d7a072a69a 100644
|
| --- a/webrtc/modules/video_processing/video_denoiser.h
|
| +++ b/webrtc/modules/video_processing/video_denoiser.h
|
| @@ -52,6 +52,9 @@ class VideoDenoiser {
|
| // Copy input blocks to dst buffer on moving object blocks (MOB).
|
| void CopySrcOnMOB(const uint8_t* y_src, uint8_t* y_dst);
|
|
|
| + // Copy luma margin blocks when frame width/height not divisible by 16.
|
| + void CopyLumaOnMargin(const uint8_t* y_src, uint8_t* y_dst);
|
| +
|
| int width_;
|
| int height_;
|
| int mb_rows_;
|
|
|