Searched refs:num_threads (Results 1 – 3 of 3) sorted by relevance
101 string DecodeFile(const string& filename, int num_threads) { in DecodeFile() argument106 cfg.threads = num_threads; in DecodeFile()
678 const int num_threads = pbi->oxcf.max_threads; in decode_tile() local716 if (num_threads > 1) { in decode_tile()
8330 return static_cast<size_t>(process_info.num_threads); in GetThreadCount()