Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_topal.c189 #define C2_SCALE R_SCALE macro
192 #define C2_SCALE B_SCALE macro
523 dist2 = ((c2max - c2min) << C2_SHIFT) * C2_SCALE; in update_box()
933 tdist = (x - minc2) * C2_SCALE; in find_nearby_colors()
935 tdist = (x - maxc2) * C2_SCALE; in find_nearby_colors()
940 tdist = (x - maxc2) * C2_SCALE; in find_nearby_colors()
942 tdist = (x - minc2) * C2_SCALE; in find_nearby_colors()
950 tdist = (x - maxc2) * C2_SCALE; in find_nearby_colors()
955 tdist = (x - minc2) * C2_SCALE; in find_nearby_colors()
1016 #define STEP_C2 ((1 << C2_SHIFT) * C2_SCALE) in find_best_colors()
[all …]

Completed in 9 milliseconds