Lines Matching refs:nci
280 int i,j,k, nci, blksize, blkdist, ptr, val; in create_colormap() local
307 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */ in create_colormap()
308 blksize = blkdist / nci; in create_colormap()
309 for (j = 0; j < nci; j++) { in create_colormap()
311 val = output_value(cinfo, i, j, nci-1); in create_colormap()
339 int i,j,k, nci, blksize, val, pad; in create_colorindex() local
364 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */ in create_colorindex()
365 blksize = blksize / nci; in create_colorindex()
375 k = largest_input_value(cinfo, i, 0, nci-1); in create_colorindex()
378 k = largest_input_value(cinfo, i, ++val, nci-1); in create_colorindex()
438 int i, j, nci; in create_odither_tables() local
441 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */ in create_odither_tables()
444 if (nci == cquantize->Ncolors[j]) { in create_odither_tables()
450 odither = make_odither_array(cinfo, nci); in create_odither_tables()