Searched refs:diskRadiusInterval (Results 1 – 1 of 1) sorted by relevance
162 float diskRadiusInterval = (blurStack.getDiskRadius(MIN_DEPTH) in createFromDepthTransform() local164 diskRadiusInterval = in createFromDepthTransform()165 Math.max(diskRadiusInterval, MIN_DISK_RADIUS_STEP_SIZE); in createFromDepthTransform()169 diskRadiusInterval); in createFromDepthTransform()305 int backFocalDepth, float diskRadiusInterval) { in groupDepthLevelsIntoLayers() argument310 groupDepthLevelsBehindFocus(backFocalDepth, diskRadiusInterval); in groupDepthLevelsIntoLayers()316 groupDepthLevelsInFrontOfFocus(frontFocalDepth, diskRadiusInterval); in groupDepthLevelsIntoLayers()354 float diskRadiusInterval) { in groupDepthLevelsBehindFocus() argument368 float radiusThreshold = getDiskRadius(d) + diskRadiusInterval; in groupDepthLevelsBehindFocus()384 radiusThreshold = getDiskRadius(d) + diskRadiusInterval; in groupDepthLevelsBehindFocus()[all …]