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

Lines Matching refs:nsf

64 tjscalingfactor *scalingfactors=NULL, sf={1, 1};  int nsf=0;
764 for(i=0; i<nsf; i++)
767 if(nsf==2 && i!=nsf-1) printf(" or ");
768 else if(nsf>2)
770 if(i!=nsf-1) printf(", ");
771 if(i==nsf-2) printf("or ");
800 if((scalingfactors=tjGetScalingFactors(&nsf))==NULL || nsf==0)
867 for(j=0; j<nsf; j++)