Searched refs:is_last_pass (Results 1 - 6 of 6) sorted by relevance

/external/jpeg/
H A Djcapimin.c160 while (! cinfo->master->is_last_pass) {
H A Djcmaster.c396 * We also set is_last_pass to indicate whether any more passes will be
468 master->pub.is_last_pass = (master->pass_number == master->total_passes-1);
554 master->pub.is_last_pass = FALSE;
H A Djpegint.h52 boolean is_last_pass; /* True during last pass */ member in struct:jpeg_comp_master
/external/qemu/distrib/jpeg-6b/
H A Djcapimin.c160 while (! cinfo->master->is_last_pass) {
H A Djcmaster.c396 * We also set is_last_pass to indicate whether any more passes will be
468 master->pub.is_last_pass = (master->pass_number == master->total_passes-1);
554 master->pub.is_last_pass = FALSE;
H A Djpegint.h52 boolean is_last_pass; /* True during last pass */ member in struct:jpeg_comp_master

Completed in 88 milliseconds