Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dcbs_av1_syntax_template.c623 int tile_width_sb, tile_height_sb; in tile_info() local
635 tile_height_sb = (sb_rows + (1 << current->tile_rows_log2) - 1) >> in tile_info()
637 current->tile_rows = (sb_rows + tile_height_sb - 1) / tile_height_sb; in tile_info()
644 infer(height_in_sbs_minus_1[i], tile_height_sb - 1); in tile_info()
646 sb_rows - (current->tile_rows - 1) * tile_height_sb - 1); in tile_info()

Completed in 3 milliseconds