Home | History | Annotate | Download | only in effects

Lines Matching defs:variance

861     float variance = sigma * sigma;
875 float gaussian = expf(-x*x / (2*variance));