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

Lines Matching refs:scan_info

359   int num_scans;                /* # of entries in scan_info array */
360 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */
361 /* The default value of scan_info is NULL, which causes a single-scan
363 * set num_scans and scan_info to point to an array of scan definitions.