Searched refs:C0_SCALE (Results 1 – 1 of 1) sorted by relevance
81 #define C0_SCALE c_scales[rgb_red[cinfo->out_color_space]] macro383 dist0 = ((c0max - c0min) << C0_SHIFT) * C0_SCALE; in update_box()430 c0 = ((b1->c0max - b1->c0min) << C0_SHIFT) * C0_SCALE; in median_cut()670 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors()672 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()675 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()677 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors()683 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()686 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors()786 #define STEP_C0 ((1 << C0_SHIFT) * C0_SCALE) in find_best_colors()[all …]