Home | History | Annotate | Download | only in libjpeg

Lines Matching full:minc1

647 find_nearby_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2,
673 maxc1 = minc1 + ((1 << BOX_C1_SHIFT) - (1 << C1_SHIFT));
674 centerc1 = (minc1 + maxc1) >> 1;
714 if (x < minc1) {
715 tdist = (x - minc1) * C1_SCALE;
722 tdist = (x - minc1) * C1_SCALE;
730 tdist = (x - minc1) * C1_SCALE;
776 find_best_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2,
817 inc1 = (minc1 - GETJSAMPLE(cinfo->colormap[1][icolor])) * C1_SCALE;
863 int minc0, minc1, minc2; /* lower left corner of update box */
883 minc1 = (c1 << BOX_C1_SHIFT) + ((1 << C1_SHIFT) >> 1);
889 numcolors = find_nearby_colors(cinfo, minc0, minc1, minc2, colorlist);
892 find_best_colors(cinfo, minc0, minc1, minc2, numcolors, colorlist,