Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/
Dframe_preprocessor.cc114 denoiser_->DenoiseFrame(*current_frame, &denoised_frame_); in PreprocessFrame()
115 current_frame = &denoised_frame_; in PreprocessFrame()
Dframe_preprocessor.h72 VideoFrame denoised_frame_; variable