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

/external/jpeg/
H A Djquant1.c193 int total_colors, iroot, i, j; local
214 total_colors = 1;
217 total_colors *= iroot;
229 /* calculate new total_colors if Ncolors[j] is incremented */
230 temp = total_colors / Ncolors[j];
235 total_colors = (int) temp;
240 return total_colors;
277 int total_colors; /* Number of distinct output colors */ local
281 total_colors = select_ncolors(cinfo, cquantize->Ncolors);
286 total_colors, cquantiz
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djquant1.c193 int total_colors, iroot, i, j; local
214 total_colors = 1;
217 total_colors *= iroot;
229 /* calculate new total_colors if Ncolors[j] is incremented */
230 temp = total_colors / Ncolors[j];
235 total_colors = (int) temp;
240 return total_colors;
277 int total_colors; /* Number of distinct output colors */ local
281 total_colors = select_ncolors(cinfo, cquantize->Ncolors);
286 total_colors, cquantiz
[all...]

Completed in 67 milliseconds