Home
last modified time | relevance | path

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

/external/skia/tools/skdiff/
Dskdiff.cpp182 uint32_t thisG = SkAbs32(SkGetPackedG32(c0) - SkGetPackedG32(c1)); in compute_diff() local
186 totalMismatchG += thisG; in compute_diff()
189 int value = MAX3(thisR, thisG, thisB); in compute_diff()
197 if (thisG > dr->fMaxMismatchG) { in compute_diff()
198 dr->fMaxMismatchG = thisG; in compute_diff()