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

/external/webp/src/enc/
H A Dframe.c602 const int is_last_pass = (fabs(stats.dq) <= DQ_LIMIT) || local
617 if (is_last_pass) {
761 const int is_last_pass = (fabs(stats.dq) <= DQ_LIMIT) || local
769 if (is_last_pass) {
790 if (is_last_pass) {
822 if (is_last_pass) {
/external/libjpeg-turbo/
H A Djcapimin.c174 while (! cinfo->master->is_last_pass) {
H A Djcmaster.c431 * We also set is_last_pass to indicate whether any more passes will be
503 master->pub.is_last_pass = (master->pass_number == master->total_passes-1);
589 master->pub.is_last_pass = FALSE;
H A Djpegint.h69 boolean is_last_pass; /* True during last pass */ member in struct:jpeg_comp_master
/external/opencv3/3rdparty/libjpeg/
H A Djcapimin.c168 while (! cinfo->master->is_last_pass) {
H A Djpegint.h53 boolean is_last_pass; /* True during last pass */ member in struct:jpeg_comp_master
H A Djcmaster.c660 * We also set is_last_pass to indicate whether any more passes will be
732 master->pub.is_last_pass = (master->pass_number == master->total_passes-1);
818 master->pub.is_last_pass = FALSE;
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jcapimin.c160 while (! cinfo->master->is_last_pass) {
H A Dfpdfapi_jcmaster.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 169 milliseconds