Lines Matching defs:best_d
125 int x, y, i, j, match, d, best_d, av_uninit(best_j);
140 best_d = INT_MAX;
144 if (d < best_d) {
145 best_d = d;
196 int best_d = color_distance(refcolor[i], pseudopal[selected[i]]);
199 if (d < best_d) {
201 best_d = d;
218 int i, j, d, best_d;
225 best_d = INT_MAX;
228 if (d < best_d) {
230 best_d = d;