Home
last modified time | relevance | path

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

/external/skia/tools/
Dskdiff.cpp171 int totalMismatchG = 0; in compute_diff() local
188 totalMismatchG += thisG; in compute_diff()
226 dr->fAverageMismatchG = ((float) totalMismatchG) / pixelCount; in compute_diff()