Searched refs:max_threads (Results 1 – 8 of 8) sorted by relevance
35 int max_threads; member
34 int max_threads; member
678 const int num_threads = pbi->oxcf.max_threads; in decode_tile()878 const int num_workers = MIN(pbi->oxcf.max_threads & ~1, tile_cols); in decode_tiles_mt()1286 if (pbi->oxcf.max_threads > 1 && !vp9_worker_reset(&pbi->lf_worker)) { in vp9_decode_frame()1311 if (pbi->oxcf.max_threads > 1 && tile_rows == 1 && tile_cols > 1 && in vp9_decode_frame()
85 int max_threads; member
492 fb->pbi[0]->max_threads = oxcf->max_threads; in vp8_create_decoder_instances()
659 core_count = (pbi->max_threads > 8) ? 8 : pbi->max_threads; in vp8_decoder_create_threads()
192 oxcf.max_threads = ctx->cfg.threads; in decode_one()
438 oxcf.max_threads = ctx->cfg.threads; in vp8_decode()