Searched refs:mMaskHeightExp (Results 1 – 1 of 1) sorted by relevance
68 private int mMaskHeightExp = DEFAULT_MASK_HEIGHT_EXPONENT; field in BackDropperFilter574 int maskHeight = (int)Math.pow(2, mMaskHeightExp); in createMemoryFormat()577 mPyramidDepth = Math.max(mMaskWidthExp, mMaskHeightExp); in createMemoryFormat()580 int heightExp = Math.max(mMaskHeightExp, pyramidLevel(inputFormat.getHeight())); in createMemoryFormat()585 mSubsampleLevel = mPyramidDepth - Math.max(mMaskWidthExp, mMaskHeightExp); in createMemoryFormat()