Searched refs:tile_cols_end (Results 1 – 2 of 2) sorted by relevance
2728 const int tile_cols_end = single_col ? tile_cols_start + 1 : tile_cols; in get_ls_tile_buffers() local2755 for (int c = tile_cols_start; c < tile_cols_end; ++c) { in get_ls_tile_buffers()2770 if (tile_cols_end != tile_cols) { in get_ls_tile_buffers()3142 int tile_cols_end; in decode_tiles() local3153 tile_cols_end = single_col ? tile_cols_start + 1 : tile_cols; in decode_tiles()3161 tile_cols_end = tile_cols; in decode_tiles()3168 if (tile_rows_end <= tile_rows_start || tile_cols_end <= tile_cols_start || in decode_tiles()3172 (tile_rows_end - 1) * cm->tile_cols + tile_cols_end - 1 < start_tile) in decode_tiles()3213 for (tile_col = tile_cols_start; tile_col < tile_cols_end; ++tile_col) { in decode_tiles()3402 const int tile_cols_end = frame_row_mt_info->tile_cols_end; in get_next_job_info() local[all …]
95 int tile_cols_end; member