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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant1.c197 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);
290 total_colors, cquantiz
[all...]

Completed in 31 milliseconds