Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dethread.c203 multi_thread_ctxt->thread_id_to_tile_id[i] = tile_id++; in assign_tile_to_thread()
288 int cur_tile_id = multi_thread_ctxt->thread_id_to_tile_id[thread_id]; in enc_row_mt_worker_hook()
663 memset(multi_thread_ctxt->thread_id_to_tile_id, -1, in av1_encode_tiles_row_mt()
664 sizeof(*multi_thread_ctxt->thread_id_to_tile_id) * MAX_NUM_THREADS); in av1_encode_tiles_row_mt()
Dencoder.h574 int thread_id_to_tile_id[MAX_NUM_THREADS]; // Mapping of threads to tiles member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ethread.c403 int cur_tile_id = multi_thread_ctxt->thread_id_to_tile_id[thread_id]; in first_pass_worker_hook()
495 int cur_tile_id = multi_thread_ctxt->thread_id_to_tile_id[thread_id]; in temporal_filter_worker_hook()
572 int cur_tile_id = multi_thread_ctxt->thread_id_to_tile_id[thread_id]; in enc_row_mt_worker_hook()
Dvp9_multi_thread.c197 multi_thread_ctxt->thread_id_to_tile_id[i] = tile_id++; in vp9_assign_tile_to_thread()
Dvp9_encoder.h414 int thread_id_to_tile_id[MAX_NUM_THREADS]; // Mapping of threads to tiles member