Searched refs:BLUR_SIGMA_SCALE (Results 1 – 1 of 1) sorted by relevance
27 static const float BLUR_SIGMA_SCALE = 0.57735f; variable30 return radius > 0 ? BLUR_SIGMA_SCALE * radius + 0.5f : 0.0f; in convertRadiusToSigma()34 return sigma > 0.5f ? (sigma - 0.5f) / BLUR_SIGMA_SCALE : 0.0f; in convertSigmaToRadius()