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