Searched refs:total_passes (Results 1 - 14 of 14) sorted by relevance

/external/libjpeg-turbo/
H A Dcdjpeg.c33 int total_passes = prog->pub.total_passes + prog->total_extra_passes; local
38 if (total_passes > 1) {
41 total_passes, percent_done);
H A Djdtrans.c152 cinfo->progress->total_passes = 1;
H A Djcmaster.c37 int total_passes; /* total # of passes needed */ member in struct:__anon9700
455 (master->total_passes > 1 ?
503 master->pub.is_last_pass = (master->pass_number == master->total_passes-1);
508 cinfo->progress->total_passes = master->total_passes;
622 master->total_passes = cinfo->num_scans * 2;
624 master->total_passes = cinfo->num_scans;
H A Djdmaster.c590 cinfo->progress->total_passes = (cinfo->enable_2pass_quant ? 3 : 2);
651 cinfo->progress->total_passes = master->pass_number +
657 cinfo->progress->total_passes += (cinfo->enable_2pass_quant ? 2 : 1);
H A Ddjpeg.c752 progress.pub.completed_passes = progress.pub.total_passes;
H A Djpeglib.h783 int total_passes; /* total number of passes expected */ member in struct:jpeg_progress_mgr
/external/opencv3/3rdparty/libjpeg/
H A Djdtrans.c138 cinfo->progress->total_passes = 1;
H A Djcmaster.c34 int total_passes; /* total # of passes needed */ member in struct:__anon14821
684 (master->total_passes > 1 ?
732 master->pub.is_last_pass = (master->pass_number == master->total_passes-1);
737 cinfo->progress->total_passes = master->total_passes;
855 master->total_passes = cinfo->num_scans * 2;
857 master->total_passes = cinfo->num_scans;
H A Djdmaster.c394 cinfo->progress->total_passes = (cinfo->enable_2pass_quant ? 3 : 2);
455 cinfo->progress->total_passes = master->pass_number +
461 cinfo->progress->total_passes += (cinfo->enable_2pass_quant ? 2 : 1);
H A Djpeglib.h759 int total_passes; /* total number of passes expected */ member in struct:jpeg_progress_mgr
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jdtrans.c141 cinfo->progress->total_passes = 1;
H A Dfpdfapi_jcmaster.c33 int total_passes; /* total # of passes needed */ member in struct:__anon16099
420 (master->total_passes > 1 ?
468 master->pub.is_last_pass = (master->pass_number == master->total_passes-1);
473 cinfo->progress->total_passes = master->total_passes;
587 master->total_passes = cinfo->num_scans * 2;
589 master->total_passes = cinfo->num_scans;
H A Dfpdfapi_jdmaster.c420 cinfo->progress->total_passes = (cinfo->enable_2pass_quant ? 3 : 2);
481 cinfo->progress->total_passes = master->pass_number +
487 cinfo->progress->total_passes += (cinfo->enable_2pass_quant ? 2 : 1);
H A Djpeglib.h809 int total_passes; /* total number of passes expected */ member in struct:jpeg_progress_mgr

Completed in 549 milliseconds