Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dtile_common.c76 tiles->max_height_sb = sb_rows >> tiles->min_log2_rows; in av1_calculate_tile_cols()
98 tiles->max_height_sb = AOMMAX(max_tile_area_sb / widest_tile_sb, 1); in av1_calculate_tile_cols()
Dav1_common_int.h346 int max_height_sb; // maximum tile height in superblock units. member
/external/libaom/libaom/av1/encoder/
Dbitstream.c2185 wb_write_uniform(wb, AOMMIN(height_sb, tiles->max_height_sb), in write_tile_info_max_tile()
Dencoder.c1212 start_sb += AOMMIN(size_sb, tiles->max_height_sb); in set_tile_info()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c2181 1 + rb_read_uniform(rb, AOMMIN(height_sb, tiles->max_height_sb)); in read_tile_info_max_tile()