Searched refs:C2_SCALE (Results 1 – 1 of 1) sorted by relevance
83 #define C2_SCALE c_scales[rgb_blue[cinfo->out_color_space]] macro385 dist2 = ((c2max - c2min) << C2_SHIFT) * C2_SCALE; in update_box()432 c2 = ((b1->c2max - b1->c2min) << C2_SHIFT) * C2_SCALE; in median_cut()716 tdist = (x - minc2) * C2_SCALE; in find_nearby_colors()718 tdist = (x - maxc2) * C2_SCALE; in find_nearby_colors()721 tdist = (x - maxc2) * C2_SCALE; in find_nearby_colors()723 tdist = (x - minc2) * C2_SCALE; in find_nearby_colors()728 tdist = (x - maxc2) * C2_SCALE; in find_nearby_colors()731 tdist = (x - minc2) * C2_SCALE; in find_nearby_colors()789 #define STEP_C2 ((1 << C2_SHIFT) * C2_SCALE) in find_best_colors()[all …]