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