Searched refs:tile_width_pixels (Results 1 – 1 of 1) sorted by relevance
1505 RK_S32 tile_width_pixels = (width << sb_size_log2); in check_tile_width() local1507 tile_width_pixels = in check_tile_width()1508 (tile_width_pixels * (9 + dxva->superres_denom) + 4) / 8; in check_tile_width()1510 if (tile_width_pixels > 4096) { in check_tile_width()