Searched refs:thread_id_to_tile_id (Results 1 – 3 of 3) sorted by relevance
391 int cur_tile_id = multi_thread_ctxt->thread_id_to_tile_id[thread_id]; in first_pass_worker_hook()482 int cur_tile_id = multi_thread_ctxt->thread_id_to_tile_id[thread_id]; in temporal_filter_worker_hook()557 int cur_tile_id = multi_thread_ctxt->thread_id_to_tile_id[thread_id]; in enc_row_mt_worker_hook()
185 multi_thread_ctxt->thread_id_to_tile_id[i] = tile_id++; in vp9_assign_tile_to_thread()
318 int thread_id_to_tile_id[MAX_NUM_THREADS]; // Mapping of threads to tiles member