Searched refs:tiles_log2 (Results 1 – 1 of 1) sorted by relevance
416 static int count_uniform_tiling(int dim, int sb_size, int tiles_log2) in count_uniform_tiling() argument419 int tile_dim = (sb_dim + (1 << tiles_log2) - 1) >> tiles_log2; in count_uniform_tiling()