HomeSort by relevance Sort by last modified time
    Searched refs:is_last_pass (Results 1 - 3 of 3) sorted by null

  /external/jpeg/
jcapimin.c 160 while (! cinfo->master->is_last_pass) {
jcmaster.c 396 * 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;
jpegint.h 52 boolean is_last_pass; /* True during last pass */ member in struct:jpeg_comp_master

Completed in 421 milliseconds