Home
last modified time | relevance | path

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

/external/skia/tools/skdiff/
Dskdiff.cpp167 int totalMismatchA = 0; in compute_diff() local
184 totalMismatchA += thisA; in compute_diff()
221 dr->fTotalMismatchA = totalMismatchA; in compute_diff()
222 dr->fAverageMismatchA = ((float) totalMismatchA) / pixelCount; in compute_diff()