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

Lines Matching refs:nsf

64 tjscalingfactor *scalingfactors=NULL, sf={1, 1};  int nsf=0;
748 for(i=0; i<nsf; i++)
751 if(nsf==2 && i!=nsf-1) printf(" or ");
752 else if(nsf>2)
754 if(i!=nsf-1) printf(", ");
755 if(i==nsf-2) printf("or ");
783 if((scalingfactors=tjGetScalingFactors(&nsf))==NULL || nsf==0)
850 for(j=0; j<nsf; j++)