Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DBlurStack.java45 private static final int MIN_DEPTH = 1; field in BlurStack
89 return diskRadiusArray[depth - MIN_DEPTH]; in getDiskRadius()
162 float diskRadiusInterval = (blurStack.getDiskRadius(MIN_DEPTH) in createFromDepthTransform()
176 String s = "disparity range: " + MAX_DEPTH + ", " + MIN_DEPTH + "\n"; in toString()
237 int numLevels = MAX_DEPTH - MIN_DEPTH + 1; in computeDiskRadius()
245 for (int depth = MIN_DEPTH; depth <= MAX_DEPTH; ++depth) { in computeDiskRadius()
254 diskRadiusArray[depth - MIN_DEPTH] = Math.min(radius, MAX_DISC_RADIUS); in computeDiskRadius()
271 MAX_DEPTH - MIN_DEPTH + 1 - (frontFocalDepth - backFocalDepth); in generateOneLayerForEachDepth()
286 for (int depth = backFocalDepth - 1; depth >= MIN_DEPTH; --depth, ++layer) { in generateOneLayerForEachDepth()
359 if (backFocalDepth == MIN_DEPTH) { in groupDepthLevelsBehindFocus()
[all …]