Home
last modified time | relevance | path

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

/external/skia/tools/skdiff/
Dskdiff.cpp168 int totalMismatchR = 0; in compute_diff() local
185 totalMismatchR += thisR; in compute_diff()
223 dr->fAverageMismatchR = ((float) totalMismatchR) / pixelCount; in compute_diff()