my_comp_master::total_passes is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

my_comp_master::total_passes field

Syntax

int total_passes;

References

LocationReferrerText
jcmaster.c:34
int total_passes; /* total # of passes needed */
jcmaster.c:684prepare_for_pass()
(master->total_passes > 1 ?
jcmaster.c:732prepare_for_pass()
master->pub.is_last_pass = (master->pass_number == master->total_passes-1);
jcmaster.c:737prepare_for_pass()
cinfo->progress->total_passes = master->total_passes;
jcmaster.c:855jinit_c_master_control()
master->total_passes = cinfo->num_scans * 2;
jcmaster.c:857jinit_c_master_control()
master->total_passes = cinfo->num_scans;

Data Use

Functions writing my_comp_master::total_passes
Functions reading my_comp_master::total_passes
all items filtered out
my_comp_master::total_passes
all items filtered out