Home
last modified time | relevance | path

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

/external/skia/tools/skdiff/
Dskdiff.cpp183 uint32_t thisB = SkAbs32(SkGetPackedB32(c0) - SkGetPackedB32(c1)); in compute_diff() local
187 totalMismatchB += thisB; in compute_diff()
189 int value = MAX3(thisR, thisG, thisB); in compute_diff()
200 if (thisB > dr->fMaxMismatchB) { in compute_diff()
201 dr->fMaxMismatchB = thisB; in compute_diff()