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

/external/chromium_org/third_party/libpng/
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.h3016 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \ macro
/external/libpng/
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.h3088 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \ macro
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrtran.c258 min_d = PNG_COLOR_DIST(palette[d_index], palette[0]);
263 d = PNG_COLOR_DIST(palette[d_index], palette[k]);
338 d = PNG_COLOR_DIST(palette[i], palette[j]);
H A Dpng.h2804 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \ macro

Completed in 99 milliseconds