Home
last modified time | relevance | path

Searched refs:thisR (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tools/skdiff/
H A Dskdiff.cpp181 uint32_t thisR = SkAbs32(SkGetPackedR32(c0) - SkGetPackedR32(c1)); in compute_diff() local
185 totalMismatchR += thisR; in compute_diff()
189 int value = MAX3(thisR, thisG, thisB); in compute_diff()
194 if (thisR > dr->fMaxMismatchR) { in compute_diff()
195 dr->fMaxMismatchR = thisR; in compute_diff()

Completed in 1 milliseconds