Home
last modified time | relevance | path

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

/external/webrtc/modules/video_processing/
Dvideo_denoiser.cc81 ne_(new NoiseEstimation()) {} in VideoDenoiser()
91 ne_->Init(width_, height_, cpu_type_); in DenoiserReset()
250 uint8_t noise_level = noise_estimation_enabled ? ne_->GetNoiseLevel() : 0; in DenoiseFrame()
294 ne_->GetNoise(mb_index, noise_var, luma); in DenoiseFrame()
305 ne_->ResetConsecLowVar(mb_index); in DenoiseFrame()
317 ne_->GetNoise(mb_index, noise_var, luma); in DenoiseFrame()
Dvideo_denoiser.h70 std::unique_ptr<NoiseEstimation> ne_; variable