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

/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Djquant2.c640 * some stack space (the mindist[] and bestdist[] arrays need not coexist)
662 INT32 mindist[MAXNUMCOLORS]; /* min distance to colormap entry i */ local
682 * We save the minimum distance for each color in mindist[];
756 mindist[i] = min_dist; /* save away the results */
767 if (mindist[i] <= minmaxdist)

Completed in 27 milliseconds