Searched refs:heightExp (Results 1 – 1 of 1) sorted by relevance
580 int heightExp = Math.max(mMaskHeightExp, pyramidLevel(inputFormat.getHeight())); in createMemoryFormat() local581 mPyramidDepth = Math.max(widthExp, heightExp); in createMemoryFormat()583 int memHeight = Math.max(maskHeight, (int)Math.pow(2, heightExp)); in createMemoryFormat()589 Log.v(TAG, "Pyramid levels " + widthExp + " x " + heightExp); in createMemoryFormat()