Home
last modified time | relevance | path

Searched refs:thread_id_to_tile_id (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ethread.c391 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()
Dvp9_multi_thread.c185 multi_thread_ctxt->thread_id_to_tile_id[i] = tile_id++; in vp9_assign_tile_to_thread()
Dvp9_encoder.h318 int thread_id_to_tile_id[MAX_NUM_THREADS]; // Mapping of threads to tiles member