Searched refs:min_log2 (Results 1 – 2 of 2) sorted by relevance
40 int min_log2 = 0; in get_min_log2_tile_cols() local41 while ((MAX_TILE_WIDTH_B64 << min_log2) < sb64_cols) ++min_log2; in get_min_log2_tile_cols()42 return min_log2; in get_min_log2_tile_cols()
602 int min_log2 = 0; in GetMinLog2TileCols() local603 while ((kMaxTileWidthB64 << min_log2) < sb64_cols) in GetMinLog2TileCols()604 min_log2++; in GetMinLog2TileCols()605 return min_log2; in GetMinLog2TileCols()