Searched refs:ceilLog2 (Results 1 – 3 of 3) sorted by relevance
70 return Math.max(0, Utils.ceilLog2( in calculateLevelCount()
186 public static int ceilLog2(float value) { in ceilLog2() method in Utils
204 mLevelCount = Math.max(0, Utils.ceilLog2( in calculateLevelCount()