Searched refs:tile_id (Results 1 – 2 of 2) sorted by relevance
18 int tile_id) { in vp9_enc_grp_get_next_job() argument27 row_mt_info = (RowMTInfo *)(&multi_thread_ctxt->row_mt_info[tile_id]); in vp9_enc_grp_get_next_job()180 int tile_id = 0; in vp9_assign_tile_to_thread() local185 multi_thread_ctxt->thread_id_to_tile_id[i] = tile_id++; in vp9_assign_tile_to_thread()186 if (tile_id == tile_cols) tile_id = 0; in vp9_assign_tile_to_thread()285 int tile_id = -1; // Stores the tile ID with minimum proc done in vp9_get_tiles_proc_status() local300 tile_id = tile_col; in vp9_get_tiles_proc_status()305 if (-1 == tile_id) { in vp9_get_tiles_proc_status()310 *cur_tile_id = tile_id; in vp9_get_tiles_proc_status()
18 int tile_id);