Home
last modified time | relevance | path

Searched refs:coeff2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
Dthreshold.rs44 float coeff2 = - 1.0f / (2.0f * sigma * sigma);
51 gaussian[r + radius] = coeff1 * pow(e, floatR * floatR * coeff2);
/frameworks/base/libs/hwui/
DFontRenderer.cpp800 float coeff2 = - 1.0f / (2.0f * sigma * sigma); in computeGaussianWeights() local
805 weights[r + radius] = coeff1 * pow(e, floatR * floatR * coeff2); in computeGaussianWeights()