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