ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | my_input_controller |
Macros | |
#define | JPEG_INTERNALS |
Typedefs | |
typedef my_input_controller * | my_inputctl_ptr |
Functions | |
METHODDEF (int) | |
initial_setup (j_decompress_ptr cinfo) | |
per_scan_setup (j_decompress_ptr cinfo) | |
latch_quant_tables (j_decompress_ptr cinfo) | |
start_input_pass (j_decompress_ptr cinfo) | |
finish_input_pass (j_decompress_ptr cinfo) | |
consume_markers (j_decompress_ptr cinfo) | |
reset_input_controller (j_decompress_ptr cinfo) | |
jinit_input_controller (j_decompress_ptr cinfo) | |
typedef my_input_controller* my_inputctl_ptr |
consume_markers | ( | j_decompress_ptr | cinfo | ) |
Definition at line 560 of file jdinput.c.
Referenced by finish_input_pass(), jinit_input_controller(), and reset_input_controller().
finish_input_pass | ( | j_decompress_ptr | cinfo | ) |
Definition at line 538 of file jdinput.c.
Referenced by jinit_input_controller().
initial_setup | ( | j_decompress_ptr | cinfo | ) |
Definition at line 208 of file jdinput.c.
Referenced by consume_markers().
jinit_input_controller | ( | j_decompress_ptr | cinfo | ) |
Definition at line 642 of file jdinput.c.
Referenced by jpeg_CreateDecompress().
latch_quant_tables | ( | j_decompress_ptr | cinfo | ) |
Definition at line 487 of file jdinput.c.
Referenced by start_input_pass().
METHODDEF | ( | int | ) |
Definition at line 32 of file jdinput.c.
per_scan_setup | ( | j_decompress_ptr | cinfo | ) |
Definition at line 388 of file jdinput.c.
Referenced by start_input_pass().
reset_input_controller | ( | j_decompress_ptr | cinfo | ) |
Definition at line 620 of file jdinput.c.
Referenced by jinit_input_controller().
start_input_pass | ( | j_decompress_ptr | cinfo | ) |
Definition at line 521 of file jdinput.c.
Referenced by consume_markers(), and jinit_input_controller().