Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djquant2.c625 find_nearby_colors(j_decompress_ptr cinfo, int minc0, int minc1, int minc2, in find_nearby_colors() argument
651 maxc1 = minc1 + ((1 << BOX_C1_SHIFT) - (1 << C1_SHIFT)); in find_nearby_colors()
652 centerc1 = (minc1 + maxc1) >> 1; in find_nearby_colors()
692 if (x < minc1) { in find_nearby_colors()
693 tdist = (x - minc1) * C1_SCALE; in find_nearby_colors()
700 tdist = (x - minc1) * C1_SCALE; in find_nearby_colors()
708 tdist = (x - minc1) * C1_SCALE; in find_nearby_colors()
754 find_best_colors(j_decompress_ptr cinfo, int minc0, int minc1, int minc2, in find_best_colors() argument
795 inc1 = (minc1 - GETJSAMPLE(cinfo->colormap[1][icolor])) * C1_SCALE; in find_best_colors()
841 int minc0, minc1, minc2; /* lower left corner of update box */ in fill_inverse_cmap() local
[all …]