Searched refs:multi_threaded (Results 1 – 6 of 6) sorted by relevance
201 int multi_threaded; /* how many threads to run the encoder on */ member
495 if (cm->processor_core_count > 1 && cpi->oxcf.multi_threaded > 1) { in vp8cx_create_encoder_threads()497 int th_count = cpi->oxcf.multi_threaded - 1; in vp8cx_create_encoder_threads()501 if (cpi->oxcf.multi_threaded > cm->processor_core_count) { in vp8cx_create_encoder_threads()
1226 if (cpi->oxcf.multi_threaded > 1) { in vp8_alloc_compressor_data()
590 bool multi_threaded = ShouldUseMultiThreadedEigen(hlo_module_config_); in EmitCallToRuntime() local597 fn_name = multi_threaded in EmitCallToRuntime()603 fn_name = multi_threaded in EmitCallToRuntime()612 fn_name = multi_threaded in EmitCallToRuntime()
1191 bool multi_threaded = in HandleConvolution() local1200 ? (multi_threaded in HandleConvolution()1203 : (multi_threaded in HandleConvolution()1207 if (!multi_threaded && use_mkl_dnn) { in HandleConvolution()
277 oxcf->multi_threaded = cfg.g_threads; in set_vp8e_config()