Searched refs:coeff1 (Results 1 – 5 of 5) sorted by relevance
54 float coeff1 = 1.0f / (sqrt( 2.0f * pi ) * sigma);61 gaussian[r + radius] = coeff1 * pow(e, floatR * floatR * coeff2);
77 float coeff1 = 1.0f / (sqrt(2.0f * pi) * sigma); in generateGaussianWeights() local83 weights[r + intRadius] = coeff1 * pow(e, floatR * floatR * coeff2); in generateGaussianWeights()
82 float coeff1 = 1.0f / (sqrtf(2.0f * pi) * sigma); in ComputeGaussianWeights() local91 mFp[r + mIradius] = coeff1 * powf(e, floatR * floatR * coeff2); in ComputeGaussianWeights()