Searched refs:leftmost (Results 1 – 1 of 1) sorted by relevance
1496 static int check_tile_width(DXVA_PicParams_AV1 *dxva, RK_S32 width, RK_S32 leftmost) in check_tile_width() argument1499 …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() local1567 not_valid_tile_dimension = !check_tile_width(dxva, x1 - x0, leftmost); in vdpu_av1d_set_tile_info_mem()