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

/external/chromium_org/third_party/libjpeg_turbo/
H A Drdswitch.c190 jpeg_scan_info * scanptr;
192 jpeg_scan_info scans[MAX_SCANS];
262 scanptr = (jpeg_scan_info *)
264 scanno * SIZEOF(jpeg_scan_info));
265 MEMCOPY(scanptr, scans, scanno * SIZEOF(jpeg_scan_info));
H A Djcparam.c514 LOCAL(jpeg_scan_info *)
515 fill_a_scan (jpeg_scan_info * scanptr, int ci,
529 LOCAL(jpeg_scan_info *)
530 fill_scans (jpeg_scan_info * scanptr, int ncomps,
548 LOCAL(jpeg_scan_info *)
549 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al)
581 jpeg_scan_info * scanptr;
608 cinfo->script_space = (jpeg_scan_info *)
610 cinfo->script_space_size * SIZEOF(jpeg_scan_info));
H A Djpeglib.h201 } jpeg_scan_info; typedef in typeref:struct:__anon12759
365 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */
469 jpeg_scan_info * script_space; /* workspace for jpeg_simple_progression */
H A Djcmaster.c170 const jpeg_scan_info * scanptr;
311 const jpeg_scan_info * scanptr = cinfo->scan_info + master->scan_number;
/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:__anon22723
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/qemu/distrib/jpeg-6b/
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.c480 LOCAL(jpeg_scan_info *)
481 fill_a_scan (jpeg_scan_info * scanptr, int ci,
495 LOCAL(jpeg_scan_info *)
496 fill_scans (jpeg_scan_info * scanptr, int ncomps,
514 LOCAL(jpeg_scan_info *)
515 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al)
547 jpeg_scan_info * scanptr;
574 cinfo->script_space = (jpeg_scan_info *)
576 cinfo->script_space_size * SIZEOF(jpeg_scan_info));
H A Djpeglib.h189 } jpeg_scan_info; typedef in typeref:struct:__anon29321
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:__anon28766
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:__anon28551
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 237 milliseconds