OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:poiCount
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/tools/skpdiff/
SkImageDiffer.h
26
int
poiCount
;
SkDifferentPixelsMetric_opencl.cpp
49
result->
poiCount
= 0;
102
sizeof(int), &result->
poiCount
, 0, NULL, NULL);
103
result->result *= (double)result->
poiCount
;
SkDifferentPixelsMetric_cpu.cpp
56
result->
poiCount
= 0;
74
result->
poiCount
++;
117
result->result = 1.0 - ((double)result->
poiCount
/ (width * height));
SkPMetric.cpp
271
static double pmetric(const ImageLAB* baselineLAB, const ImageLAB* testLAB, int*
poiCount
) {
274
SkASSERT(
poiCount
);
433
(*
poiCount
)++;
442
return 1.0 - (double)(*
poiCount
) / (width * height);
462
result->
poiCount
= 0;
463
result->result = pmetric(&baselineLAB, &testLAB, &result->
poiCount
);
SkDiffContext.cpp
371
stream.writeDecAsText(data.fResult.
poiCount
);
Completed in 184 milliseconds