Searched refs:coeff2 (Results 1 – 5 of 5) sorted by relevance
47 float coeff2 = - 1.0f / (2.0f * sigma * sigma); in generateGaussianWeights() local52 weights[r + radius] = coeff1 * pow(e, floatR * floatR * coeff2); in generateGaussianWeights()
55 float coeff2 = - 1.0f / (2.0f * sigma * sigma);61 gaussian[r + radius] = coeff1 * pow(e, floatR * floatR * coeff2);
82 float coeff2 = - 1.0f / (2.0f * sigma * sigma); in ComputeGaussianWeights() local90 mFp[r + mIradius] = coeff1 * powf(e, floatR * floatR * coeff2); in ComputeGaussianWeights()