Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
DBackDropperFilter.java68 private int mMaskHeightExp = DEFAULT_MASK_HEIGHT_EXPONENT; field in BackDropperFilter
574 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()