Home
last modified time | relevance | path

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

/external/skia/tools/
Dskdiff.cpp172 int totalMismatchB = 0; in compute_diff() local
189 totalMismatchB += thisB; in compute_diff()
227 dr->fAverageMismatchB = ((float) totalMismatchB) / pixelCount; in compute_diff()