Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:nc

530   int retval = 0, nc, i;
535 nc = (subsamp == TJSAMP_GRAY ? 1 : 3);
536 for (i = 0; i < nc; i++) {
562 int pw, nc, retval = 0;
566 nc = (subsamp == TJSAMP_GRAY ? 1 : 3);
567 if (componentID < 0 || componentID >= nc)
583 int ph, nc, retval = 0;
587 nc = (subsamp == TJSAMP_GRAY ? 1 : 3);
588 if (componentID < 0 || componentID >= nc)