Home
last modified time | relevance | path

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

/external/skia/tools/skdiff/
Dskdiff.cpp169 int totalMismatchG = 0; in compute_diff() local
186 totalMismatchG += thisG; in compute_diff()
224 dr->fAverageMismatchG = ((float) totalMismatchG) / pixelCount; in compute_diff()