Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1496 static int check_tile_width(DXVA_PicParams_AV1 *dxva, RK_S32 width, RK_S32 leftmost) in check_tile_width() argument
1499 …if (!leftmost && dxva->coding.use_128x128_superblock == 0 && dxva->coding.superres && width == 1) { in check_tile_width()
1565 RK_U8 leftmost = (tile_x == dxva->tiles.cols - 1); in vdpu_av1d_set_tile_info_mem() local
1567 not_valid_tile_dimension = !check_tile_width(dxva, x1 - x0, leftmost); in vdpu_av1d_set_tile_info_mem()