Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/dav1d/
DC2SoftDav1dDec.cpp545 int cpu_count = GetCPUCoreCount(); in initDecoder() local
546 lib_settings.n_threads = std::max(cpu_count / 2, 1); // use up to half the cores by default. in initDecoder()