Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dtile_common.c23 static int tile_log2(int blk_size, int target) { in tile_log2() function
40 cm->min_log2_tile_cols = tile_log2(cm->max_tile_width_sb, sb_cols); in av1_get_tile_limits()
41 cm->max_log2_tile_cols = tile_log2(1, AOMMIN(sb_cols, MAX_TILE_COLS)); in av1_get_tile_limits()
42 cm->max_log2_tile_rows = tile_log2(1, AOMMIN(sb_rows, MAX_TILE_ROWS)); in av1_get_tile_limits()
43 cm->min_log2_tiles = tile_log2(max_tile_area_sb, sb_cols * sb_rows); in av1_get_tile_limits()
81 cm->log2_tile_cols = tile_log2(1, cm->tile_cols); in av1_calculate_tile_cols()
119 cm->log2_tile_rows = tile_log2(1, cm->tile_rows); in av1_calculate_tile_rows()