Lines Matching refs:nc
190 int nc = cinfo->out_color_components; /* number of color components */
200 /* We can allocate at least the nc'th root of max_colors per component. */
201 /* Compute floor(nc'th root of max_colors). */
205 temp = iroot; /* set temp = iroot ** nc */
206 for (i = 1; i < nc; i++)
217 for (i = 0; i < nc; i++) {
229 for (i = 0; i < nc; i++) {
472 register int nc = cinfo->out_color_components;
479 for (ci = 0; ci < nc; ci++) {
527 int nc = cinfo->out_color_components;
537 for (ci = 0; ci < nc; ci++) {
553 input_ptr += nc;
627 int nc = cinfo->out_color_components;
629 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;