HomeSort by relevance Sort by last modified time
    Searched defs:whitePoint (Results 1 - 2 of 2) sorted by null

  /cts/apps/CtsVerifier/lib/colorchecker/
whitebalancetest.cpp 67 Vec3f whitePoint;
68 whitePoint = meanScale * kDaylightWhitePoint;
70 ALOGV("White point is %f, %f, %f", whitePoint.r(),
71 whitePoint.g(), whitePoint.b());
73 mCorrelatedColorTemp = findCorrelatedColorTemp(whitePoint);
81 int WhiteBalanceTest::findCorrelatedColorTemp(const Vec3f &whitePoint) {
83 whitePoint.r() / (whitePoint.r() + whitePoint.g() + whitePoint.b())
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h     [all...]

Completed in 1078 milliseconds