Searched refs:floatR (Results 1 – 5 of 5) sorted by relevance
58 float floatR = 0.0f;60 floatR = (float)r;61 gaussian[r + radius] = coeff1 * pow(e, floatR * floatR * coeff2);68 floatR = (float)r;
82 float floatR = (float) r; in generateGaussianWeights() local83 weights[r + radius] = coeff1 * pow(e, floatR * floatR * coeff2); in generateGaussianWeights()
86 float floatR = 0.0f; in ComputeGaussianWeights() local90 floatR = (float)r; in ComputeGaussianWeights()91 mFp[r + mIradius] = coeff1 * powf(e, floatR * floatR * coeff2); in ComputeGaussianWeights()