Searched refs:dist0 (Results 1 – 1 of 1) sorted by relevance
424 INT32 dist0, dist1, dist2; in update_box() local521 dist0 = ((c0max - c0min) << C0_SHIFT) * C0_SCALE; in update_box()524 boxp->volume = dist0 * dist0 + dist1 * dist1 + dist2 * dist2; in update_box()995 INT32 dist0, dist1; /* initial distance values */ in find_best_colors() local1028 dist0 = inc0 * inc0; in find_best_colors()1030 dist0 += inc1 * inc1; in find_best_colors()1032 dist0 += inc2 * inc2; in find_best_colors()1043 dist1 = dist0; in find_best_colors()1064 dist0 += xx0; in find_best_colors()
Completed in 10 milliseconds