Searched refs:diff_g (Results 1 – 1 of 1) sorted by relevance
98 const int diff_g = abs((int)((p1 >> 8) & 0xff) - (int)((p2 >> 8) & 0xff)); in MaxDiffBetweenPixels() local100 return GetMax(GetMax(diff_a, diff_r), GetMax(diff_g, diff_b)); in MaxDiffBetweenPixels()