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