Home
last modified time | relevance | path

Searched refs:tile_width_pixels (Results 1 – 1 of 1) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1505 RK_S32 tile_width_pixels = (width << sb_size_log2); in check_tile_width() local
1507 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()