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

  /external/libjpeg-turbo/
jquant2.c 625 find_nearby_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2,
651 maxc1 = minc1 + ((1 << BOX_C1_SHIFT) - (1 << C1_SHIFT));
652 centerc1 = (minc1 + maxc1) >> 1;
692 if (x < minc1) {
693 tdist = (x - minc1) * C1_SCALE;
700 tdist = (x - minc1) * C1_SCALE;
708 tdist = (x - minc1) * C1_SCALE;
754 find_best_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2,
795 inc1 = (minc1 - GETJSAMPLE(cinfo->colormap[1][icolor])) * C1_SCALE;
841 int minc0, minc1, minc2; /* lower left corner of update box * local
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jquant2.c 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 * local
    [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp     [all...]

Completed in 890 milliseconds