OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:whitePoint
(Results
1 - 3
of
3
) 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
...]
/cts/apps/CtsVerifier/include/colorchecker/
whitebalancetest.h
48
int findCorrelatedColorTemp(const Vec3f &
whitePoint
);
/cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js
[
all
...]
Completed in 607 milliseconds