HomeSort by relevance Sort by last modified time
    Searched refs:current_mi_row (Results 1 - 2 of 2) sorted by null

  /external/libaom/libaom/av1/encoder/
ethread.c 208 static int get_next_job(AV1_COMP *const cpi, int *current_mi_row,
214 if (row_mt_info->current_mi_row < this_tile->tile_info.mi_row_end) {
215 *current_mi_row = row_mt_info->current_mi_row;
217 row_mt_info->current_mi_row += cm->seq_params.mib_size;
224 int *current_mi_row,
248 this_tile->tile_info.mi_row_end - row_mt_info->current_mi_row;
277 get_next_job(cpi, current_mi_row, *cur_tile_id);
295 int current_mi_row = -1; local
299 if (!get_next_job(cpi, &current_mi_row, cur_tile_id))
    [all...]
encoder.h 545 int current_mi_row; member in struct:AV1RowMTInfo
    [all...]

Completed in 636 milliseconds