ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | my_comp_master |
Macros | |
#define | JPEG_INTERNALS |
Typedefs | |
typedef my_comp_master * | my_master_ptr |
Enumerations | |
enum | c_pass_type { main_pass , huff_opt_pass , output_pass } |
Functions | |
initial_setup (j_compress_ptr cinfo) | |
select_scan_parameters (j_compress_ptr cinfo) | |
per_scan_setup (j_compress_ptr cinfo) | |
prepare_for_pass (j_compress_ptr cinfo) | |
pass_startup (j_compress_ptr cinfo) | |
finish_pass_master (j_compress_ptr cinfo) | |
jinit_c_master_control (j_compress_ptr cinfo, boolean transcode_only) | |
#define JPEG_INTERNALS |
Definition at line 15 of file jcmaster.c.
typedef my_comp_master* my_master_ptr |
Definition at line 39 of file jcmaster.c.
Enumerator | |
---|---|
main_pass | |
huff_opt_pass | |
output_pass |
Definition at line 22 of file jcmaster.c.
finish_pass_master | ( | j_compress_ptr | cinfo | ) |
Definition at line 583 of file jcmaster.c.
Referenced by jinit_c_master_control().
initial_setup | ( | j_compress_ptr | cinfo | ) |
Definition at line 47 of file jcmaster.c.
Referenced by jinit_c_master_control().
jinit_c_master_control | ( | j_compress_ptr | cinfo, |
boolean | transcode_only | ||
) |
Definition at line 623 of file jcmaster.c.
Referenced by jinit_compress_master(), and transencode_master_selection().
pass_startup | ( | j_compress_ptr | cinfo | ) |
Definition at line 569 of file jcmaster.c.
Referenced by jinit_c_master_control().
per_scan_setup | ( | j_compress_ptr | cinfo | ) |
Definition at line 388 of file jcmaster.c.
Referenced by prepare_for_pass().
prepare_for_pass | ( | j_compress_ptr | cinfo | ) |
Definition at line 481 of file jcmaster.c.
Referenced by jinit_c_master_control().
select_scan_parameters | ( | j_compress_ptr | cinfo | ) |
Definition at line 344 of file jcmaster.c.
Referenced by prepare_for_pass().