Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dcbs_av1_syntax_template.c595 int max_tile_width_sb, max_tile_height_sb, max_tile_area_sb; in tile_info() local
668 max_tile_height_sb = FFMAX(max_tile_area_sb / widest_tile_sb, 1); in tile_info()
672 max_height = FFMIN(sb_rows - start_sb, max_tile_height_sb); in tile_info()

Completed in 5 milliseconds