Lines Matching refs:nci
278 int i,j,k, nci, blksize, blkdist, ptr, val; in create_colormap() local
305 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */ in create_colormap()
306 blksize = blkdist / nci; in create_colormap()
307 for (j = 0; j < nci; j++) { in create_colormap()
309 val = output_value(cinfo, i, j, nci-1); in create_colormap()
337 int i,j,k, nci, blksize, val, pad; in create_colorindex() local
362 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */ in create_colorindex()
363 blksize = blksize / nci; in create_colorindex()
373 k = largest_input_value(cinfo, i, 0, nci-1); in create_colorindex()
376 k = largest_input_value(cinfo, i, ++val, nci-1); in create_colorindex()
436 int i, j, nci; in create_odither_tables() local
439 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */ in create_odither_tables()
442 if (nci == cquantize->Ncolors[j]) { in create_odither_tables()
448 odither = make_odither_array(cinfo, nci); in create_odither_tables()