Searched refs:coeff2 (Results 1 – 7 of 7) sorted by relevance
78 float coeff2 = -1.0f / (2.0f * sigma * sigma); in generateGaussianWeights() local83 weights[r + intRadius] = 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);
55 half coeff2 = - 1.0f / (2.0f * sigma * sigma);61 gaussian[r + radius] = coeff1 * pow(e, halfR * halfR * coeff2);
110 float coeff2 = - 1.0f / (2.0f * sigma * sigma); in ComputeGaussianWeights() local118 mFp[r + mIradius] = coeff1 * powf(e, floatR * floatR * coeff2); in ComputeGaussianWeights()
80 float coeff2 = - 1.0f / (2.0f * sigma * sigma); in ComputeGaussianWeights() local88 mFp[r + mIradius] = coeff1 * powf(e, floatR * floatR * coeff2); in ComputeGaussianWeights()