Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_multi_thread.c18 int tile_id) { in vp9_enc_grp_get_next_job() argument
27 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() local
185 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() local
300 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()
Dvp9_multi_thread.h18 int tile_id);