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

  /external/jpeg/
cjpeg.c 216 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,
  /external/qemu/distrib/jpeg-6b/
cjpeg.c 216 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 40 milliseconds