Searched refs:runtime_cpu_detection (Results 1 – 5 of 5) sorted by relevance
31 bool runtime_cpu_detection, in Create() argument37 if (runtime_cpu_detection) { in Create()
29 static std::unique_ptr<DenoiserFilter> Create(bool runtime_cpu_detection,
27 explicit VideoDenoiser(bool runtime_cpu_detection);
77 VideoDenoiser::VideoDenoiser(bool runtime_cpu_detection) in VideoDenoiser() argument80 filter_(DenoiserFilter::Create(runtime_cpu_detection, &cpu_type_)), in VideoDenoiser()
35 static bool runtime_cpu_detection = true; variable37 runtime_cpu_detection = false; in skcms_DisableRuntimeCPUDetection()2435 if (!runtime_cpu_detection) { in cpu_type()