Searched refs:runtime_cpu_detection (Results 1 – 6 of 6) sorted by relevance
25 bool runtime_cpu_detection) { in Create() argument28 if (runtime_cpu_detection) { in Create()
34 static rtc::scoped_ptr<DenoiserFilter> Create(bool runtime_cpu_detection);
21 explicit VideoDenoiser(bool runtime_cpu_detection);
20 VPMContentAnalysis::VPMContentAnalysis(bool runtime_cpu_detection) in VPMContentAnalysis() argument37 if (runtime_cpu_detection) { in VPMContentAnalysis()
16 VideoDenoiser::VideoDenoiser(bool runtime_cpu_detection) in VideoDenoiser() argument19 filter_(DenoiserFilter::Create(runtime_cpu_detection)) {} in VideoDenoiser()
25 explicit VPMContentAnalysis(bool runtime_cpu_detection);