Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.c1038 RK_S32 tile_width_sb, tile_height_sb; in mpp_av1_tile_info() local
1050 tile_height_sb = (sb_rows + (1 << current->tile_rows_log2) - 1) >> in mpp_av1_tile_info()
1052 current->tile_rows = (sb_rows + tile_height_sb - 1) / tile_height_sb; in mpp_av1_tile_info()
1059 infer(height_in_sbs_minus_1[i], tile_height_sb - 1); in mpp_av1_tile_info()
1061 sb_rows - (current->tile_rows - 1) * tile_height_sb - 1); in mpp_av1_tile_info()