Searched defs:qtablefile (Results 1 - 1 of 1) sorted by relevance

/external/jpeg/
H A Dcjpeg.c216 char * qtablefile = NULL; /* saves -qtables filename if any */ local
353 qtablefile = argv[argn];
427 if (qtablefile != NULL) /* process -qtables if it was present */
428 if (! read_quant_tables(cinfo, qtablefile,

Completed in 105 milliseconds