Home
last modified time | relevance | path

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

/external/skia/tools/
Dskdiff.cpp185 uint32_t thisB = SkAbs32(SkGetPackedB32(c0) - SkGetPackedB32(c1)); in compute_diff() local
189 totalMismatchB += thisB; in compute_diff()
191 int value = MAX3(thisR, thisG, thisB); in compute_diff()
202 if (thisB > dr->fMaxMismatchB) { in compute_diff()
203 dr->fMaxMismatchB = thisB; in compute_diff()