Lines Matching refs:nc
192 int nc = cinfo->out_color_components; /* number of color components */
199 /* We can allocate at least the nc'th root of max_colors per component. */
200 /* Compute floor(nc'th root of max_colors). */
204 temp = iroot; /* set temp = iroot ** nc */
205 for (i = 1; i < nc; i++)
216 for (i = 0; i < nc; i++) {
228 for (i = 0; i < nc; i++) {
471 register int nc = cinfo->out_color_components;
478 for (ci = 0; ci < nc; ci++) {
526 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 */
641 for (ci = 0; ci < nc; ci++) {
646 input_ptr += (width-1) * nc; /* so point to rightmost pixel */
649 dirnc = -nc;
654 dirnc = nc;