Lines Matching refs:row_mt_info
212 AV1RowMTInfo *row_mt_info = &this_tile->row_mt_info; in get_next_job() local
214 if (row_mt_info->current_mi_row < this_tile->tile_info.mi_row_end) { in get_next_job()
215 *current_mi_row = row_mt_info->current_mi_row; in get_next_job()
216 row_mt_info->num_threads_working++; in get_next_job()
217 row_mt_info->current_mi_row += cm->seq_params.mib_size; in get_next_job()
238 AV1RowMTInfo *row_mt_info = &this_tile->row_mt_info; in switch_tile_and_get_next_job() local
245 int num_threads_working = row_mt_info->num_threads_working; in switch_tile_and_get_next_job()
248 this_tile->tile_info.mi_row_end - row_mt_info->current_mi_row; in switch_tile_and_get_next_job()
343 this_tile->row_mt_info.num_threads_working--; in enc_row_mt_worker_hook()
674 this_tile->row_mt_info.current_mi_row = this_tile->tile_info.mi_row_start; in av1_encode_tiles_row_mt()
675 this_tile->row_mt_info.num_threads_working = 0; in av1_encode_tiles_row_mt()