Searched refs:PNG_COLOR_DIST (Results 1 – 2 of 2) sorted by relevance
507 min_d = PNG_COLOR_DIST(palette[d_index], palette[0]); in png_set_quantize()512 d = PNG_COLOR_DIST(palette[d_index], palette[k]); in png_set_quantize()584 d = PNG_COLOR_DIST(palette[i], palette[j]); in png_set_quantize()
568 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \ macro