Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_tile_common.c47 int max_log2 = 1; in get_max_log2_tile_cols() local
48 while ((sb64_cols >> max_log2) >= MIN_TILE_WIDTH_B64) in get_max_log2_tile_cols()
49 ++max_log2; in get_max_log2_tile_cols()
50 return max_log2 - 1; in get_max_log2_tile_cols()