Searched refs:coeff2 (Results 1 – 2 of 2) sorted by relevance
44 float coeff2 = - 1.0f / (2.0f * sigma * sigma);51 gaussian[r + radius] = coeff1 * pow(e, floatR * floatR * coeff2);
800 float coeff2 = - 1.0f / (2.0f * sigma * sigma); in computeGaussianWeights() local805 weights[r + radius] = coeff1 * pow(e, floatR * floatR * coeff2); in computeGaussianWeights()