Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/graphics/cam/
DHctSolver.java59 static final double[] Y_FROM_LINRGB = new double[] {0.2126, 0.7152, 0.0722}; field in HctSolver
458 double kR = Y_FROM_LINRGB[0]; in nthVertex()
459 double kG = Y_FROM_LINRGB[1]; in nthVertex()
460 double kB = Y_FROM_LINRGB[2]; in nthVertex()
651 double kR = Y_FROM_LINRGB[0]; in findResultByJ()
652 double kG = Y_FROM_LINRGB[1]; in findResultByJ()
653 double kB = Y_FROM_LINRGB[2]; in findResultByJ()