Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.c1035 RK_S32 tile_width_sb, tile_height_sb; in mpp_av1_tile_info() local
1047 tile_height_sb = (sb_rows + (1 << current->tile_rows_log2) - 1) >> in mpp_av1_tile_info()
1049 current->tile_rows = (sb_rows + tile_height_sb - 1) / tile_height_sb; in mpp_av1_tile_info()
1056 infer(height_in_sbs_minus_1[i], tile_height_sb - 1); in mpp_av1_tile_info()
1058 sb_rows - (current->tile_rows - 1) * tile_height_sb - 1); in mpp_av1_tile_info()