Lines Matching refs:nc
191 int nc = cinfo->out_color_components; /* number of color components */
198 /* We can allocate at least the nc'th root of max_colors per component. */
199 /* Compute floor(nc'th root of max_colors). */
203 temp = iroot; /* set temp = iroot ** nc */
204 for (i = 1; i < nc; i++)
215 for (i = 0; i < nc; i++) {
227 for (i = 0; i < nc; i++) {
470 register int nc = cinfo->out_color_components;
477 for (ci = 0; ci < nc; ci++) {
525 int nc = cinfo->out_color_components;
536 for (ci = 0; ci < nc; ci++) {
552 input_ptr += nc;
626 int nc = cinfo->out_color_components;
628 int dirnc; /* dir * nc */
640 for (ci = 0; ci < nc; ci++) {
645 input_ptr += (width-1) * nc; /* so point to rightmost pixel */
648 dirnc = -nc;
653 dirnc = nc;