Lines Matching refs:C1_SCALE
186 #define C1_SCALE G_SCALE macro
522 dist1 = ((c1max - c1min) << C1_SHIFT) * C1_SCALE; in update_box()
579 c1 = ((b1->c1max - b1->c1min) << C1_SHIFT) * C1_SCALE; in median_cut()
903 tdist = (x - minc1) * C1_SCALE; in find_nearby_colors()
905 tdist = (x - maxc1) * C1_SCALE; in find_nearby_colors()
910 tdist = (x - maxc1) * C1_SCALE; in find_nearby_colors()
912 tdist = (x - minc1) * C1_SCALE; in find_nearby_colors()
920 tdist = (x - maxc1) * C1_SCALE; in find_nearby_colors()
925 tdist = (x - minc1) * C1_SCALE; in find_nearby_colors()
1015 #define STEP_C1 ((1 << C1_SHIFT) * C1_SCALE) in find_best_colors()
1029 inc1 = (minc1 - g) * C1_SCALE; in find_best_colors()