Searched refs:mMaskWidthExp (Results 1 – 1 of 1) sorted by relevance
66 private int mMaskWidthExp = DEFAULT_MASK_WIDTH_EXPONENT; field in BackDropperFilter573 int maskWidth = (int)Math.pow(2, mMaskWidthExp); in createMemoryFormat()577 mPyramidDepth = Math.max(mMaskWidthExp, mMaskHeightExp); in createMemoryFormat()579 int widthExp = Math.max(mMaskWidthExp, pyramidLevel(inputFormat.getWidth())); in createMemoryFormat()585 mSubsampleLevel = mPyramidDepth - Math.max(mMaskWidthExp, mMaskHeightExp); in createMemoryFormat()