Searched refs:MaxDiffBetweenPixels (Results 1 – 1 of 1) sorted by relevance
95 static int MaxDiffBetweenPixels(uint32_t p1, uint32_t p2) { in MaxDiffBetweenPixels() function105 const int diff_up = MaxDiffBetweenPixels(current, up); in MaxDiffAroundPixel()106 const int diff_down = MaxDiffBetweenPixels(current, down); in MaxDiffAroundPixel()107 const int diff_left = MaxDiffBetweenPixels(current, left); in MaxDiffAroundPixel()108 const int diff_right = MaxDiffBetweenPixels(current, right); in MaxDiffAroundPixel()