|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Go to the source code of this file.
Classes | |
| struct | my_main_controller |
Macros | |
| #define | JPEG_INTERNALS |
| #define | CTX_PREPARE_FOR_IMCU 0 /* need to prepare for MCU row */ |
| #define | CTX_PROCESS_IMCU 1 /* feeding iMCU to postprocessor */ |
| #define | CTX_POSTPONED_ROW 2 /* feeding postponed row group */ |
Typedefs | |
| typedef my_main_controller * | my_main_ptr |
Functions | |
| METHODDEF (void) | |
| make_funny_pointers (j_decompress_ptr cinfo) | |
| set_wraparound_pointers (j_decompress_ptr cinfo) | |
| set_bottom_pointers (j_decompress_ptr cinfo) | |
| start_pass_main (j_decompress_ptr cinfo, J_BUF_MODE pass_mode) | |
| process_data_simple_main (j_decompress_ptr cinfo, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail) | |
| process_data_context_main (j_decompress_ptr cinfo, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail) | |
| jinit_d_main_controller (j_decompress_ptr cinfo, boolean need_full_buffer) | |
Definition at line 141 of file jdmainct.c.
Definition at line 139 of file jdmainct.c.
| #define CTX_PROCESS_IMCU 1 /* feeding iMCU to postprocessor */ |
Definition at line 140 of file jdmainct.c.
| #define JPEG_INTERNALS |
Definition at line 17 of file jdmainct.c.
| typedef my_main_controller* my_main_ptr |
Definition at line 136 of file jdmainct.c.
| jinit_d_main_controller | ( | j_decompress_ptr | cinfo, |
| boolean | need_full_buffer | ||
| ) |
Definition at line 469 of file jdmainct.c.
Referenced by master_selection().
| make_funny_pointers | ( | j_decompress_ptr | cinfo | ) |
Definition at line 197 of file jdmainct.c.
Referenced by start_pass_main().
| METHODDEF | ( | void | ) |
Definition at line 145 of file jdmainct.c.
| process_data_context_main | ( | j_decompress_ptr | cinfo, |
| JSAMPARRAY | output_buf, | ||
| JDIMENSION * | out_row_ctr, | ||
| JDIMENSION | out_rows_avail | ||
| ) |
Definition at line 378 of file jdmainct.c.
Referenced by start_pass_main().
| process_data_simple_main | ( | j_decompress_ptr | cinfo, |
| JSAMPARRAY | output_buf, | ||
| JDIMENSION * | out_row_ctr, | ||
| JDIMENSION | out_rows_avail | ||
| ) |
Definition at line 347 of file jdmainct.c.
Referenced by start_pass_main().
| set_bottom_pointers | ( | j_decompress_ptr | cinfo | ) |
Definition at line 268 of file jdmainct.c.
Referenced by process_data_context_main().
| set_wraparound_pointers | ( | j_decompress_ptr | cinfo | ) |
Definition at line 240 of file jdmainct.c.
Referenced by process_data_context_main().
| start_pass_main | ( | j_decompress_ptr | cinfo, |
| J_BUF_MODE | pass_mode | ||
| ) |
Definition at line 309 of file jdmainct.c.
Referenced by jinit_c_main_controller(), and jinit_d_main_controller().