Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djquant2.c125 #define C1_SHIFT (BITS_IN_JSAMPLE - HIST_C1_BITS) macro
219 [ptr[1] >> C1_SHIFT] in prescan_quantize()
384 dist1 = ((c1max - c1min) << C1_SHIFT) * C1_SCALE; in update_box()
431 c1 = ((b1->c1max - b1->c1min) << C1_SHIFT) * C1_SCALE; in median_cut()
505 c1total += ((c1 << C1_SHIFT) + ((1 << C1_SHIFT) >> 1)) * count; in compute_color()
533 boxlist[0].c1max = MAXJSAMPLE >> C1_SHIFT; in select_colors()
612 #define BOX_C1_SHIFT (C1_SHIFT + BOX_C1_LOG)
651 maxc1 = minc1 + ((1 << BOX_C1_SHIFT) - (1 << C1_SHIFT)); in find_nearby_colors()
787 #define STEP_C1 ((1 << C1_SHIFT) * C1_SCAL in find_best_colors()
[all...]

Completed in 2 milliseconds