Lines Matching refs:total_colors
193 int total_colors, iroot, i, j;
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 */
281 total_colors = select_ncolors(cinfo, cquantize->Ncolors);
286 total_colors, cquantize->Ncolors[0],
289 TRACEMS1(cinfo, 1, JTRC_QUANT_NCOLORS, total_colors);
297 (JDIMENSION) total_colors, (JDIMENSION) cinfo->out_color_components);
301 blkdist = total_colors;
311 for (ptr = j * blksize; ptr < total_colors; ptr += blkdist) {
324 cquantize->sv_actual = total_colors;