Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:mindist

640  * some stack space (the mindist[] and bestdist[] arrays need not coexist)
662 INT32 mindist[MAXNUMCOLORS]; /* min distance to colormap entry i */
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)