Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/util/
Ddenoiser_filter.cc25 bool runtime_cpu_detection) { in Create() argument
28 if (runtime_cpu_detection) { in Create()
Ddenoiser_filter.h34 static rtc::scoped_ptr<DenoiserFilter> Create(bool runtime_cpu_detection);
/external/webrtc/webrtc/modules/video_processing/
Dvideo_denoiser.h21 explicit VideoDenoiser(bool runtime_cpu_detection);
Dcontent_analysis.cc20 VPMContentAnalysis::VPMContentAnalysis(bool runtime_cpu_detection) in VPMContentAnalysis() argument
37 if (runtime_cpu_detection) { in VPMContentAnalysis()
Dvideo_denoiser.cc16 VideoDenoiser::VideoDenoiser(bool runtime_cpu_detection) in VideoDenoiser() argument
19 filter_(DenoiserFilter::Create(runtime_cpu_detection)) {} in VideoDenoiser()
Dcontent_analysis.h25 explicit VPMContentAnalysis(bool runtime_cpu_detection);