Home
last modified time | relevance | path

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

/external/skia/tools/
Dskdiff.cpp170 int totalMismatchR = 0; in compute_diff() local
187 totalMismatchR += thisR; in compute_diff()
225 dr->fAverageMismatchR = ((float) totalMismatchR) / pixelCount; in compute_diff()