Home
last modified time | relevance | path

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

/external/webrtc/modules/video_processing/
Dvideo_denoiser.cc77 VideoDenoiser::VideoDenoiser(bool runtime_cpu_detection) in VideoDenoiser() function in webrtc::VideoDenoiser
83 void VideoDenoiser::DenoiserReset( in DenoiserReset()
99 int VideoDenoiser::PositionCheck(int mb_row, int mb_col, int noise_level) { in PositionCheck()
112 void VideoDenoiser::ReduceFalseDetection( in ReduceFalseDetection()
162 bool VideoDenoiser::IsTrailingBlock(const std::unique_ptr<uint8_t[]>& d_status, in IsTrailingBlock()
175 void VideoDenoiser::CopySrcOnMOB(const uint8_t* y_src, in CopySrcOnMOB()
203 void VideoDenoiser::CopyLumaOnMargin(const uint8_t* y_src, in CopyLumaOnMargin()
223 rtc::scoped_refptr<I420BufferInterface> VideoDenoiser::DenoiseFrame( in DenoiseFrame()
Dvideo_denoiser.h25 class VideoDenoiser {
27 explicit VideoDenoiser(bool runtime_cpu_detection);
/external/webrtc/modules/video_processing/test/
Ddenoiser_test.cc146 VideoDenoiser denoiser_c(false); in TEST()
148 VideoDenoiser denoiser_sse_neon(true); in TEST()