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

  /external/libjpeg-turbo/
jquant1.c 194 int total_colors, iroot, i, j; local
218 total_colors = 1;
221 total_colors *= iroot;
233 /* calculate new total_colors if Ncolors[j] is incremented */
234 temp = total_colors / Ncolors[j];
239 total_colors = (int)temp;
244 return total_colors;
281 int total_colors; /* Number of distinct output colors */ local
285 total_colors = select_ncolors(cinfo, cquantize->Ncolors);
289 TRACEMS4(cinfo, 1, JTRC_QUANT_3_NCOLORS, total_colors,
    [all...]
  /external/ImageMagick/MagickCore/
image.h 249 total_colors; member in struct:_Image
identify.c 649 if (image->total_colors != 0)
651 (void) FormatMagickSize(image->total_colors,MagickFalse,"B",
657 if (image->total_colors <= image->colors)
662 image->total_colors,(double) image->colors);
    [all...]
property.c 187 image->total_colors=clone_image->total_colors;
    [all...]
quantize.c     [all...]

Completed in 232 milliseconds