Searched refs:PNG_COLOR_DIST (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngrtran.c287 min_d = PNG_COLOR_DIST(palette[d_index], palette[0]);
292 d = PNG_COLOR_DIST(palette[d_index], palette[k]);
364 d = PNG_COLOR_DIST(palette[i], palette[j]);
H A Dpng.h3033 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngrtran.c262 min_d = PNG_COLOR_DIST(palette[d_index], palette[0]);
267 d = PNG_COLOR_DIST(palette[d_index], palette[k]);
342 d = PNG_COLOR_DIST(palette[i], palette[j]);
H A Dpng.h2630 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \ macro

Completed in 79 milliseconds