Home
last modified time | relevance | path

Searched refs:coefficients (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/input/tests/
DVelocityTracker_test.cpp217 const std::array<float, 3>& coefficients) { in computeAndCheckQuadraticEstimate() argument
225 for (size_t i = 0; i< coefficients.size(); i++) { in computeAndCheckQuadraticEstimate()
226 checkCoefficient(estimator.xCoeff[i], coefficients[i]); in computeAndCheckQuadraticEstimate()
227 checkCoefficient(estimator.yCoeff[i], coefficients[i]); in computeAndCheckQuadraticEstimate()
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dthreshold_half.rscript30 // Store our coefficients here
65 //Now we need to normalize the weights because all our coefficients need to add up to one
Dthreshold.rscript30 // Store our coefficients here
65 //Now we need to normalize the weights because all our coefficients need to add up to one
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dthreshold.rscript30 // Store our coefficients here
65 //Now we need to normalize the weights because all our coefficients need to add up to one
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dthreshold.rscript30 // Store our coefficients here
65 //Now we need to normalize the weights because all our coefficients need to add up to one
/frameworks/base/services/core/java/com/android/server/display/color/
DColorDisplayService.java1195 final String[] coefficients = context.getResources().getStringArray(needsLinear in setUp() local
1198 for (int i = 0; i < 9 && i < coefficients.length; i++) { in setUp()
1199 mColorTempCoefficients[i] = Float.parseFloat(coefficients[i]); in setUp()