Searched refs:is_last_pass (Results 1 – 4 of 4) sorted by relevance
638 const int is_last_pass = (fabs(stats.dq) <= DQ_LIMIT) || in StatLoop() local653 if (is_last_pass) { in StatLoop()799 const int is_last_pass = (fabs(stats.dq) <= DQ_LIMIT) || in VP8EncTokenLoop() local807 if (is_last_pass) { in VP8EncTokenLoop()828 if (is_last_pass) { in VP8EncTokenLoop()858 if (is_last_pass) { in VP8EncTokenLoop()863 if (is_last_pass) { in VP8EncTokenLoop()
168 while (! cinfo->master->is_last_pass) { in jpeg_finish_compress()
726 master->pub.is_last_pass = (master->pass_number == master->total_passes-1); in prepare_for_pass()812 master->pub.is_last_pass = FALSE; in jinit_c_master_control()
53 boolean is_last_pass; /* True during last pass */ member
Completed in 12 milliseconds