Searched refs:cpu_count (Results 1 – 1 of 1) sorted by relevance
545 int cpu_count = GetCPUCoreCount(); in initDecoder() local546 lib_settings.n_threads = std::max(cpu_count / 2, 1); // use up to half the cores by default. in initDecoder()