Home
last modified time | relevance | path

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

/external/webrtc/modules/video_processing/
Dvideo_denoiser.cc189 uint8_t* mb_dst = mb_dst_base + offset_col; in CopySrcOnMOB() local
197 filter_->CopyMem16x16(mb_src, stride_src, mb_dst, stride_dst); in CopySrcOnMOB()
266 uint8_t* mb_dst = mb_dst_base + offset_col; in DenoiseFrame() local
281 filter_->MbDenoise(mb_dst_prev, stride_prev, mb_dst, stride_y_dst, in DenoiseFrame()
302 mb_dst_prev, stride_prev, mb_dst, stride_y_dst, &sse_t); in DenoiseFrame()