HomeSort by relevance Sort by last modified time
    Searched refs:minc1 (Results 1 - 2 of 2) sorted by null

  /external/jpeg/
jquant2.c 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 * local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 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 * local
    [all...]

Completed in 42 milliseconds