Searched refs:kStretchRatio (Results 1 – 1 of 1) sorted by relevance
210 const float kStretchRatio = 0.25f; in ComputeDepthRanges() local211 depth_range.first *= (1.0f - kStretchRatio); in ComputeDepthRanges()212 depth_range.second *= (1.0f + kStretchRatio); in ComputeDepthRanges()