Home
last modified time | relevance | path

Searched refs:C1_SCALE (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/gd/libgd/
H A Dgd_topal.c186 #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()
[all …]

Completed in 9 milliseconds