Home
last modified time | relevance | path

Searched refs:width_margin (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/video_processing/
Dvideo_denoiser.cc214 int width_margin = width_ - (mb_cols_ << 4); in CopyLumaOnMargin() local
215 if (width_margin > 0) { in CopyLumaOnMargin()