Home
last modified time | relevance | path

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

/external/skia/tools/skdiff/
Dskdiff.cpp170 int totalMismatchB = 0; in compute_diff() local
187 totalMismatchB += thisB; in compute_diff()
225 dr->fAverageMismatchB = ((float) totalMismatchB) / pixelCount; in compute_diff()