HomeSort by relevance Sort by last modified time
    Searched full:qslotsarg (Results 1 - 1 of 1) sorted by null

  /external/jpeg/
cjpeg.c 217 char * qslotsarg = NULL; /* saves -qslots parm if any */ local
343 qslotsarg = argv[argn];
432 if (qslotsarg != NULL) /* process -qslots if it was present */
433 if (! set_quant_slots(cinfo, qslotsarg))

Completed in 478 milliseconds