Lines Matching refs:Ncolors
157 int Ncolors[MAX_Q_COMPS]; /* # of values allocated to each component */ member
187 select_ncolors(j_decompress_ptr cinfo, int Ncolors[]) in select_ncolors() argument
220 Ncolors[i] = iroot; in select_ncolors()
234 temp = total_colors / Ncolors[j]; in select_ncolors()
235 temp *= Ncolors[j] + 1; /* done in long arith to avoid oflo */ in select_ncolors()
238 Ncolors[j]++; /* OK, apply the increment */ in select_ncolors()
285 total_colors = select_ncolors(cinfo, cquantize->Ncolors); in create_colormap()
290 cquantize->Ncolors[0], cquantize->Ncolors[1], in create_colormap()
291 cquantize->Ncolors[2]); in create_colormap()
309 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */ in create_colormap()
366 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */ in create_colorindex()
443 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */ in create_odither_tables()
446 if (nci == cquantize->Ncolors[j]) { in create_odither_tables()