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

/external/jpeg/
H A Drdswitch.c178 jpeg_scan_info * scanptr;
180 jpeg_scan_info scans[MAX_SCANS];
250 scanptr = (jpeg_scan_info *)
252 scanno * SIZEOF(jpeg_scan_info));
253 MEMCOPY(scanptr, scans, scanno * SIZEOF(jpeg_scan_info));
H A Djcparam.c474 LOCAL(jpeg_scan_info *)
475 fill_a_scan (jpeg_scan_info * scanptr, int ci,
489 LOCAL(jpeg_scan_info *)
490 fill_scans (jpeg_scan_info * scanptr, int ncomps,
508 LOCAL(jpeg_scan_info *)
509 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al)
541 jpeg_scan_info * scanptr;
568 cinfo->script_space = (jpeg_scan_info *)
570 cinfo->script_space_size * SIZEOF(jpeg_scan_info));
H A Djpeglib.h189 } jpeg_scan_info; typedef in typeref:struct:__anon6515
318 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */
408 jpeg_scan_info * script_space; /* workspace for jpeg_simple_progression */
H A Djcmaster.c135 const jpeg_scan_info * scanptr;
276 const jpeg_scan_info * scanptr = cinfo->scan_info + master->scan_number;
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcparam.c475 LOCAL(jpeg_scan_info *)
476 fill_a_scan (jpeg_scan_info * scanptr, int ci,
490 LOCAL(jpeg_scan_info *)
491 fill_scans (jpeg_scan_info * scanptr, int ncomps,
509 LOCAL(jpeg_scan_info *)
510 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al)
542 jpeg_scan_info * scanptr;
569 cinfo->script_space = (jpeg_scan_info *)
571 cinfo->script_space_size * SIZEOF(jpeg_scan_info));
H A Djpeglib.h256 } jpeg_scan_info; typedef in typeref:struct:__anon13328
381 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */
471 jpeg_scan_info * script_space; /* workspace for jpeg_simple_progression */
H A Dfpdfapi_jcmaster.c136 const jpeg_scan_info * scanptr;
277 const jpeg_scan_info * scanptr = cinfo->scan_info + master->scan_number;
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h256 } jpeg_scan_info; typedef in typeref:struct:__anon13115
381 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */
471 jpeg_scan_info * script_space; /* workspace for jpeg_simple_progression */

Completed in 52 milliseconds