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

/external/webp/src/enc/
H A Dframe_enc.c606 const int is_last_pass = (fabs(stats.dq) <= DQ_LIMIT) || local
621 if (is_last_pass) {
765 const int is_last_pass = (fabs(stats.dq) <= DQ_LIMIT) || local
773 if (is_last_pass) {
794 if (is_last_pass) {
826 if (is_last_pass) {
/external/libjpeg-turbo/
H A Djcapimin.c175 while (! cinfo->master->is_last_pass) {
H A Djcmaster.c443 * We also set is_last_pass to indicate whether any more passes will be
515 master->pub.is_last_pass = (master->pass_number == master->total_passes-1);
601 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/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 212 milliseconds