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

Lines Matching refs:nsf

731 	int nc=0, i, width, height, scaledWidth, scaledHeight, nsf=0;
751 sf=tjGetScalingFactors(&nsf);
752 if(!sf || nsf<1)
754 for(i=0; i<nsf; i++)
761 if(i>=nsf)