Home
last modified time | relevance | path

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

/external/skia/tools/
Dskdiff.cpp169 int totalMismatchA = 0; in compute_diff() local
186 totalMismatchA += thisA; in compute_diff()
223 dr->fTotalMismatchA = totalMismatchA; in compute_diff()
224 dr->fAverageMismatchA = ((float) totalMismatchA) / pixelCount; in compute_diff()