Searched refs:ceilLog2 (Results 1 – 5 of 5) sorted by relevance
67 public static int ceilLog2(float value) { in ceilLog2() method in Utils
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()