Searched refs:coefficients (Results 1 – 6 of 6) sorted by relevance
217 const std::array<float, 3>& coefficients) { in computeAndCheckQuadraticEstimate() argument225 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()
30 // Store our coefficients here65 //Now we need to normalize the weights because all our coefficients need to add up to one
1195 final String[] coefficients = context.getResources().getStringArray(needsLinear in setUp() local1198 for (int i = 0; i < 9 && i < coefficients.length; i++) { in setUp()1199 mColorTempCoefficients[i] = Float.parseFloat(coefficients[i]); in setUp()