Home
last modified time | relevance | path

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

/external/qemu/distrib/jpeg-6b/
Djquant2.c646 find_nearby_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, in find_nearby_colors() argument
670 maxc0 = minc0 + ((1 << BOX_C0_SHIFT) - (1 << C0_SHIFT)); in find_nearby_colors()
671 centerc0 = (minc0 + maxc0) >> 1; in find_nearby_colors()
690 if (x < minc0) { in find_nearby_colors()
691 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors()
698 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors()
707 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors()
775 find_best_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, in find_best_colors() argument
814 inc0 = (minc0 - GETJSAMPLE(cinfo->colormap[0][icolor])) * C0_SCALE; in find_best_colors()
862 int minc0, minc1, minc2; /* lower left corner of update box */ in fill_inverse_cmap() local
[all …]
/external/jpeg/
Djquant2.c646 find_nearby_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, in find_nearby_colors() argument
670 maxc0 = minc0 + ((1 << BOX_C0_SHIFT) - (1 << C0_SHIFT)); in find_nearby_colors()
671 centerc0 = (minc0 + maxc0) >> 1; in find_nearby_colors()
690 if (x < minc0) { in find_nearby_colors()
691 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors()
698 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors()
707 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors()
775 find_best_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, in find_best_colors() argument
814 inc0 = (minc0 - GETJSAMPLE(cinfo->colormap[0][icolor])) * C0_SCALE; in find_best_colors()
862 int minc0, minc1, minc2; /* lower left corner of update box */ in fill_inverse_cmap() local
[all …]