Searched refs:is_dummy_pass (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
H A Djdmaster.c432 * start_pass calls. We also set is_dummy_pass to indicate whether this
442 if (master->pub.is_dummy_pass) {
445 master->pub.is_dummy_pass = FALSE;
457 master->pub.is_dummy_pass = TRUE;
471 (*cinfo->cquantize->start_pass) (cinfo, master->pub.is_dummy_pass);
473 (master->pub.is_dummy_pass ? JBUF_SAVE_AND_PASS : JBUF_PASS_THRU));
482 (master->pub.is_dummy_pass ? 2 : 1);
529 master->pub.is_dummy_pass = FALSE; /* just in case */
554 master->pub.is_dummy_pass = FALSE;
H A Djdapistd.c104 while (cinfo->master->is_dummy_pass) {
H A Djpegint.h142 boolean is_dummy_pass; /* True during 1st pass for 2-pass quant */ member in struct:jpeg_decomp_master
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
H A Djdmaster.c432 * start_pass calls. We also set is_dummy_pass to indicate whether this
442 if (master->pub.is_dummy_pass) {
445 master->pub.is_dummy_pass = FALSE;
457 master->pub.is_dummy_pass = TRUE;
471 (*cinfo->cquantize->start_pass) (cinfo, master->pub.is_dummy_pass);
473 (master->pub.is_dummy_pass ? JBUF_SAVE_AND_PASS : JBUF_PASS_THRU));
482 (master->pub.is_dummy_pass ? 2 : 1);
529 master->pub.is_dummy_pass = FALSE; /* just in case */
554 master->pub.is_dummy_pass = FALSE;
H A Djdapistd.c104 while (cinfo->master->is_dummy_pass) {
H A Djpegint.h142 boolean is_dummy_pass; /* True during 1st pass for 2-pass quant */ member in struct:jpeg_decomp_master
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/jpeg/
H A Djdmaster.c432 * start_pass calls. We also set is_dummy_pass to indicate whether this
442 if (master->pub.is_dummy_pass) {
445 master->pub.is_dummy_pass = FALSE;
457 master->pub.is_dummy_pass = TRUE;
471 (*cinfo->cquantize->start_pass) (cinfo, master->pub.is_dummy_pass);
473 (master->pub.is_dummy_pass ? JBUF_SAVE_AND_PASS : JBUF_PASS_THRU));
482 (master->pub.is_dummy_pass ? 2 : 1);
529 master->pub.is_dummy_pass = FALSE; /* just in case */
554 master->pub.is_dummy_pass = FALSE;
H A Djdapistd.c104 while (cinfo->master->is_dummy_pass) {
H A Djpegint.h142 boolean is_dummy_pass; /* True during 1st pass for 2-pass quant */ member in struct:jpeg_decomp_master

Completed in 132 milliseconds