Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djquant2.c83 #define C2_SCALE c_scales[rgb_blue[cinfo->out_color_space]] macro
385 dist2 = ((c2max - c2min) << C2_SHIFT) * C2_SCALE; in update_box()
432 c2 = ((b1->c2max - b1->c2min) << C2_SHIFT) * C2_SCALE; in median_cut()
715 tdist = (x - minc2) * C2_SCALE; in find_nearby_colors()
717 tdist = (x - maxc2) * C2_SCALE; in find_nearby_colors()
720 tdist = (x - maxc2) * C2_SCALE; in find_nearby_colors()
722 tdist = (x - minc2) * C2_SCALE; in find_nearby_colors()
727 tdist = (x - maxc2) * C2_SCALE; in find_nearby_colors()
730 tdist = (x - minc2) * C2_SCALE; in find_nearby_colors()
788 #define STEP_C2 ((1 << C2_SHIFT) * C2_SCALE) in find_best_colors()
[all...]

Completed in 2 milliseconds