Searched defs:total_colors (Results 1 - 2 of 2) sorted by relevance

/external/libjpeg-turbo/
H A Djquant1.c193 int total_colors, iroot, i, j; local
217 total_colors = 1;
220 total_colors *= iroot;
232 /* calculate new total_colors if Ncolors[j] is incremented */
233 temp = total_colors / Ncolors[j];
238 total_colors = (int) temp;
243 return total_colors;
280 int total_colors; /* Number of distinct output colors */ local
284 total_colors = select_ncolors(cinfo, cquantize->Ncolors);
289 total_colors, cquantiz
[all...]
/external/ImageMagick/MagickCore/
H A Dimage.h252 total_colors; member in struct:_Image

Completed in 204 milliseconds