OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numPatches
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/lib/colorchecker/
whitebalancetest.cpp
37
int
numPatches
= mCheckerColors.size();
38
ALOGV("Processing %d tests with %d patches", 2,
numPatches
);
40
std::vector<Vec3f> xyzColors(
numPatches
);
41
for (int j = 0; j <
numPatches
; ++j) {
54
for (int j = 1; j <
numPatches
; ++j) {
59
for (int j = 1; j <
numPatches
; ++j) {
64
meanScale = meanScale / (
numPatches
- 1);
exposurecompensationtest.cpp
40
int
numPatches
= mCheckerColors[0].size();
41
ALOGV("Processing %d tests with %d patches", numTests,
numPatches
);
56
for (int j = 0; j <
numPatches
; ++j) {
Completed in 784 milliseconds