Searched refs:current_mi_row (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | ethread.c | 223 static int get_next_job(AV1_COMP *const cpi, int *current_mi_row, in get_next_job() argument 229 if (row_mt_info->current_mi_row < this_tile->tile_info.mi_row_end) { in get_next_job() 230 *current_mi_row = row_mt_info->current_mi_row; in get_next_job() 232 row_mt_info->current_mi_row += cm->seq_params.mib_size; in get_next_job() 240 int *current_mi_row, in switch_tile_and_get_next_job() argument 264 this_tile->tile_info.mi_row_end - row_mt_info->current_mi_row; in switch_tile_and_get_next_job() 293 get_next_job(cpi, current_mi_row, *cur_tile_id); in switch_tile_and_get_next_job() 311 int current_mi_row = -1; in enc_row_mt_worker_hook() local 315 if (!get_next_job(cpi, ¤t_mi_row, cur_tile_id)) { in enc_row_mt_worker_hook() 318 switch_tile_and_get_next_job(cpi, &cur_tile_id, ¤t_mi_row, in enc_row_mt_worker_hook() [all …]
|
D | encoder.h | 619 int current_mi_row; member
|