Searched refs:tile_rows_end (Results 1 – 2 of 2) sorted by relevance
2339 const int tile_rows_end = single_row ? tile_rows_start + 1 : tile_rows; in get_ls_tile_buffers() local2378 for (int r = 0; r < (is_last ? tile_rows : tile_rows_end); ++r) { in get_ls_tile_buffers()2758 int tile_rows_end; in decode_tiles() local2769 tile_rows_end = single_row ? dec_tile_row + 1 : tile_rows; in decode_tiles()2777 tile_rows_end = tile_rows; in decode_tiles()2786 if (tile_rows_end <= tile_rows_start || tile_cols_end <= tile_cols_start || in decode_tiles()2790 (tile_rows_end - 1) * tiles->cols + tile_cols_end - 1 < start_tile) in decode_tiles()2828 for (tile_row = tile_rows_start; tile_row < tile_rows_end; ++tile_row) { in decode_tiles()3019 const int tile_rows_end = frame_row_mt_info->tile_rows_end; in get_next_job_info() local3051 for (tile_row_idx = tile_rows_start; tile_row_idx < tile_rows_end; in get_next_job_info()[all …]
92 int tile_rows_end; member