Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_multi_thread.c19 int tile_id) { in vp9_enc_grp_get_next_job() argument
28 row_mt_info = (RowMTInfo *)(&multi_thread_ctxt->row_mt_info[tile_id]); in vp9_enc_grp_get_next_job()
192 int tile_id = 0; in vp9_assign_tile_to_thread() local
197 multi_thread_ctxt->thread_id_to_tile_id[i] = tile_id++; in vp9_assign_tile_to_thread()
198 if (tile_id == tile_cols) tile_id = 0; in vp9_assign_tile_to_thread()
305 int tile_id = -1; // Stores the tile ID with minimum proc done in vp9_get_tiles_proc_status() local
320 tile_id = tile_col; in vp9_get_tiles_proc_status()
325 if (-1 == tile_id) { in vp9_get_tiles_proc_status()
330 *cur_tile_id = tile_id; in vp9_get_tiles_proc_status()
Dvp9_multi_thread.h18 int tile_id);
/external/libaom/libaom/av1/encoder/
Dethread.c214 int tile_id = 0; in assign_tile_to_thread() local
218 multi_thread_ctxt->thread_id_to_tile_id[i] = tile_id++; in assign_tile_to_thread()
219 if (tile_id == num_tiles) tile_id = 0; in assign_tile_to_thread()
246 int tile_id = -1; // Stores the tile ID with minimum proc done in switch_tile_and_get_next_job() local
280 tile_id = tile_index; in switch_tile_and_get_next_job()
287 if (tile_id == -1) { in switch_tile_and_get_next_job()
292 *cur_tile_id = tile_id; in switch_tile_and_get_next_job()
701 int tile_id = tile_row * tile_cols + tile_col; in av1_encode_tiles_row_mt() local
702 TileDataEnc *this_tile = &cpi->tile_data[tile_id]; in av1_encode_tiles_row_mt()