Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:minc1

646 find_nearby_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2,
672 maxc1 = minc1 + ((1 << BOX_C1_SHIFT) - (1 << C1_SHIFT));
673 centerc1 = (minc1 + maxc1) >> 1;
713 if (x < minc1) {
714 tdist = (x - minc1) * C1_SCALE;
721 tdist = (x - minc1) * C1_SCALE;
729 tdist = (x - minc1) * C1_SCALE;
775 find_best_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2,
816 inc1 = (minc1 - GETJSAMPLE(cinfo->colormap[1][icolor])) * C1_SCALE;
862 int minc0, minc1, minc2; /* lower left corner of update box */
882 minc1 = (c1 << BOX_C1_SHIFT) + ((1 << C1_SHIFT) >> 1);
888 numcolors = find_nearby_colors(cinfo, minc0, minc1, minc2, colorlist);
891 find_best_colors(cinfo, minc0, minc1, minc2, numcolors, colorlist,