Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dethread.c208 static int get_next_job(AV1_COMP *const cpi, int *current_mi_row, in get_next_job() argument
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()
217 row_mt_info->current_mi_row += cm->seq_params.mib_size; in get_next_job()
224 int *current_mi_row, in switch_tile_and_get_next_job() argument
248 this_tile->tile_info.mi_row_end - row_mt_info->current_mi_row; in switch_tile_and_get_next_job()
277 get_next_job(cpi, current_mi_row, *cur_tile_id); in switch_tile_and_get_next_job()
295 int current_mi_row = -1; in enc_row_mt_worker_hook() local
299 if (!get_next_job(cpi, &current_mi_row, cur_tile_id)) { in enc_row_mt_worker_hook()
302 switch_tile_and_get_next_job(cpi, &cur_tile_id, &current_mi_row, in enc_row_mt_worker_hook()
[all …]
Dencoder.h545 int current_mi_row; member