Lines Matching refs:nc
192 int nc = cinfo->out_color_components; /* number of color components */
202 /* We can allocate at least the nc'th root of max_colors per component. */
203 /* Compute floor(nc'th root of max_colors). */
207 temp = iroot; /* set temp = iroot ** nc */
208 for (i = 1; i < nc; i++)
219 for (i = 0; i < nc; i++) {
231 for (i = 0; i < nc; i++) {
474 register int nc = cinfo->out_color_components;
481 for (ci = 0; ci < nc; ci++) {
529 int nc = cinfo->out_color_components;
539 for (ci = 0; ci < nc; ci++) {
556 input_ptr += nc;
630 int nc = cinfo->out_color_components;
632 int dirnc; /* dir * nc */
643 for (ci = 0; ci < nc; ci++) {
648 input_ptr += (width - 1) * nc; /* so point to rightmost pixel */
651 dirnc = -nc;
656 dirnc = nc;