Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_topal.c180 #define C0_SCALE R_SCALE macro
183 #define C0_SCALE B_SCALE macro
521 dist0 = ((c0max - c0min) << C0_SHIFT) * C0_SCALE; in update_box()
872 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors()
874 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
879 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
881 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors()
890 tdist = (x - maxc0) * C0_SCALE; in find_nearby_colors()
895 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors()
1014 #define STEP_C0 ((1 << C0_SHIFT) * C0_SCALE) in find_best_colors()
[all …]

Completed in 9 milliseconds