Home
last modified time | relevance | path

Searched refs:mMaskWidthExp (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
DBackDropperFilter.java66 private int mMaskWidthExp = DEFAULT_MASK_WIDTH_EXPONENT; field in BackDropperFilter
573 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()