ReactOS 0.4.16-dev-820-g96aa1ee
|
Public Attributes | |
struct jpeg_comp_master | pub |
c_pass_type | pass_type |
int | pass_number |
int | total_passes |
int | scan_number |
Definition at line 28 of file jcmaster.c.
int my_comp_master::pass_number |
Definition at line 33 of file jcmaster.c.
Referenced by finish_output_pass(), finish_pass_master(), jinit_c_master_control(), master_selection(), prepare_for_output_pass(), and prepare_for_pass().
c_pass_type my_comp_master::pass_type |
Definition at line 31 of file jcmaster.c.
Referenced by finish_pass_master(), jinit_c_master_control(), and prepare_for_pass().
struct jpeg_comp_master my_comp_master::pub |
Definition at line 29 of file jcmaster.c.
Referenced by jinit_c_master_control(), jinit_master_decompress(), prepare_for_output_pass(), and prepare_for_pass().
int my_comp_master::scan_number |
Definition at line 36 of file jcmaster.c.
Referenced by finish_pass_master(), jinit_c_master_control(), prepare_for_pass(), and select_scan_parameters().
int my_comp_master::total_passes |
Definition at line 34 of file jcmaster.c.
Referenced by jinit_c_master_control(), and prepare_for_pass().