Searched refs:pyramidLevel (Results 1 – 1 of 1) sorted by relevance
579 int widthExp = Math.max(mMaskWidthExp, pyramidLevel(inputFormat.getWidth())); in createMemoryFormat()580 int heightExp = Math.max(mMaskHeightExp, pyramidLevel(inputFormat.getHeight())); in createMemoryFormat()994 private int pyramidLevel(int size) { in pyramidLevel() method in BackDropperFilter