Searched refs:totalMismatchA (Results 1 – 1 of 1) sorted by relevance
167 int totalMismatchA = 0; in compute_diff() local184 totalMismatchA += thisA; in compute_diff()221 dr->fTotalMismatchA = totalMismatchA; in compute_diff()222 dr->fAverageMismatchA = ((float) totalMismatchA) / pixelCount; in compute_diff()