Home
last modified time | relevance | path

Searched refs:minc2 (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
674 maxc2 = minc2 + ((1 << BOX_C2_SHIFT) - (1 << C2_SHIFT)); in find_nearby_colors()
675 centerc2 = (minc2 + maxc2) >> 1; in find_nearby_colors()
735 if (x < minc2) { in find_nearby_colors()
736 tdist = (x - minc2) * C2_SCALE; in find_nearby_colors()
743 tdist = (x - minc2) * C2_SCALE; in find_nearby_colors()
751 tdist = (x - minc2) * C2_SCALE; in find_nearby_colors()
775 find_best_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, in find_best_colors() argument
818 inc2 = (minc2 - GETJSAMPLE(cinfo->colormap[2][icolor])) * C2_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
674 maxc2 = minc2 + ((1 << BOX_C2_SHIFT) - (1 << C2_SHIFT)); in find_nearby_colors()
675 centerc2 = (minc2 + maxc2) >> 1; in find_nearby_colors()
735 if (x < minc2) { in find_nearby_colors()
736 tdist = (x - minc2) * C2_SCALE; in find_nearby_colors()
743 tdist = (x - minc2) * C2_SCALE; in find_nearby_colors()
751 tdist = (x - minc2) * C2_SCALE; in find_nearby_colors()
775 find_best_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, in find_best_colors() argument
818 inc2 = (minc2 - GETJSAMPLE(cinfo->colormap[2][icolor])) * C2_SCALE; in find_best_colors()
862 int minc0, minc1, minc2; /* lower left corner of update box */ in fill_inverse_cmap() local
[all …]