Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1504 RK_S32 tile_width_pixels = (width << sb_size_log2); in check_tile_width() local
1506 tile_width_pixels = in check_tile_width()
1507 (tile_width_pixels * (9 + dxva->superres_denom) + 4) / 8; in check_tile_width()
1509 if (tile_width_pixels > 4096) { in check_tile_width()