Searched refs:widthExp (Results 1 – 1 of 1) sorted by relevance
579 int widthExp = Math.max(mMaskWidthExp, pyramidLevel(inputFormat.getWidth())); in createMemoryFormat() local581 mPyramidDepth = Math.max(widthExp, heightExp); in createMemoryFormat()582 int memWidth = Math.max(maskWidth, (int)Math.pow(2, widthExp)); in createMemoryFormat()589 Log.v(TAG, "Pyramid levels " + widthExp + " x " + heightExp); in createMemoryFormat()