Searched refs:multi_threaded (Results 1 – 3 of 3) sorted by relevance
417 if (cpi->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1) in vp8cx_create_encoder_threads()421 if (cpi->oxcf.multi_threaded > cpi->processor_core_count) in vp8cx_create_encoder_threads()424 cpi->encoding_thread_count = cpi->oxcf.multi_threaded - 1; in vp8cx_create_encoder_threads()
178 int multi_threaded; // how many threads to run the encoder on member
244 oxcf->multi_threaded = cfg.g_threads; in set_vp8e_config()