Home
last modified time | relevance | path

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

/external/skia/tools/
Dskdiff.cpp184 uint32_t thisG = SkAbs32(SkGetPackedG32(c0) - SkGetPackedG32(c1)); in compute_diff() local
188 totalMismatchG += thisG; in compute_diff()
191 int value = MAX3(thisR, thisG, thisB); in compute_diff()
199 if (thisG > dr->fMaxMismatchG) { in compute_diff()
200 dr->fMaxMismatchG = thisG; in compute_diff()