Lines Matching refs:tile_rows
38 for (int row = 0; row < cm->tile_rows; row++) { in update_delta_lf_for_row_mt()
228 const int tile_rows = cm->tile_rows; in switch_tile_and_get_next_job() local
234 for (int tile_row = 0; tile_row < tile_rows; tile_row++) { in switch_tile_and_get_next_job()
357 const int tile_rows = cm->tile_rows; in enc_worker_hook() local
362 for (t = thread_data->start; t < tile_rows * tile_cols; in enc_worker_hook()
590 const int tile_rows = cm->tile_rows; in av1_encode_tiles_mt() local
591 int num_workers = AOMMIN(cpi->oxcf.max_threads, tile_cols * tile_rows); in av1_encode_tiles_mt()
593 if (cpi->tile_data == NULL || cpi->allocated_tiles < tile_cols * tile_rows) in av1_encode_tiles_mt()
624 const int tile_rows = cm->tile_rows; in av1_encode_tiles_row_mt() local
630 if (cpi->tile_data == NULL || cpi->allocated_tiles < tile_cols * tile_rows) { in av1_encode_tiles_row_mt()
637 for (int row = 0; row < tile_rows; row++) { in av1_encode_tiles_row_mt()
657 multi_thread_ctxt->allocated_tile_rows != tile_rows || in av1_encode_tiles_row_mt()
666 for (int tile_row = 0; tile_row < tile_rows; tile_row++) { in av1_encode_tiles_row_mt()
692 assign_tile_to_thread(multi_thread_ctxt, tile_cols * tile_rows, num_workers); in av1_encode_tiles_row_mt()