Searched refs:qualityarg (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dcjpeg.c219 char * qualityarg = NULL; /* saves -quality parm if any */ local
338 qualityarg = argv[argn];
434 if (qualityarg != NULL) /* process -quality if it was present */
435 if (! set_quality_ratings(cinfo, qualityarg, force_baseline))

Completed in 121 milliseconds