Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djquant2.c626 find_nearby_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, in find_nearby_colors() argument
652 maxc1 = minc1 + ((1 << BOX_C1_SHIFT) - (1 << C1_SHIFT)); in find_nearby_colors()
653 centerc1 = (minc1 + maxc1) >> 1; in find_nearby_colors()
693 if (x < minc1) { in find_nearby_colors()
694 tdist = (x - minc1) * C1_SCALE; in find_nearby_colors()
701 tdist = (x - minc1) * C1_SCALE; in find_nearby_colors()
709 tdist = (x - minc1) * C1_SCALE; in find_nearby_colors()
755 find_best_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, in find_best_colors() argument
796 inc1 = (minc1 - GETJSAMPLE(cinfo->colormap[1][icolor])) * C1_SCALE; in find_best_colors()
842 int minc0, minc1, minc2; /* lower left corner of update box */ in fill_inverse_cmap() local
[all …]