Searched refs:diskRadiusInterval (Results 1 – 1 of 1) sorted by relevance
177 float diskRadiusInterval = (blurStack.getDiskRadius(MIN_DEPTH) in createFromDepthTransform() local179 diskRadiusInterval = in createFromDepthTransform()180 Math.max(diskRadiusInterval, MIN_DISK_RADIUS_STEP_SIZE); in createFromDepthTransform()184 diskRadiusInterval); in createFromDepthTransform()320 int backFocalDepth, float diskRadiusInterval) { in groupDepthLevelsIntoLayers() argument325 groupDepthLevelsBehindFocus(backFocalDepth, diskRadiusInterval); in groupDepthLevelsIntoLayers()331 groupDepthLevelsInFrontOfFocus(frontFocalDepth, diskRadiusInterval); in groupDepthLevelsIntoLayers()369 float diskRadiusInterval) { in groupDepthLevelsBehindFocus() argument383 float radiusThreshold = getDiskRadius(d) + diskRadiusInterval; in groupDepthLevelsBehindFocus()399 radiusThreshold = getDiskRadius(d) + diskRadiusInterval; in groupDepthLevelsBehindFocus()[all …]