Searched refs:totalMismatchA (Results 1 – 1 of 1) sorted by relevance
169 int totalMismatchA = 0; in compute_diff() local186 totalMismatchA += thisA; in compute_diff()223 dr->fTotalMismatchA = totalMismatchA; in compute_diff()224 dr->fAverageMismatchA = ((float) totalMismatchA) / pixelCount; in compute_diff()