Searched refs:diff_up (Results 1 – 1 of 1) sorted by relevance
105 const int diff_up = MaxDiffBetweenPixels(current, up); in MaxDiffAroundPixel() local109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()