Home
last modified time | relevance | path

Searched refs:min_d (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/libpng-1.2.19/
Dpngrtran.c254 int min_d, k, min_k, d_index; in png_set_dither() local
258 min_d = PNG_COLOR_DIST(palette[d_index], palette[0]); in png_set_dither()
265 if (d < min_d) in png_set_dither()
267 min_d = d; in png_set_dither()
/external/libpng/
Dpngrtran.c283 int min_d, k, min_k, d_index; in png_set_dither() local
287 min_d = PNG_COLOR_DIST(palette[d_index], palette[0]); in png_set_dither()
294 if (d < min_d) in png_set_dither()
296 min_d = d; in png_set_dither()