|
ReactOS 0.4.16-dev-2613-g9533ad7
|

Go to the source code of this file.
Classes | |
| struct | my_coef_controller |
Macros | |
| #define | JPEG_INTERNALS |
Typedefs | |
| typedef my_coef_controller * | my_coef_ptr |
Functions | |
| METHODDEF (int) | |
| start_input_pass (j_decompress_ptr cinfo) | |
| start_output_pass (j_decompress_ptr cinfo) | |
| decompress_onepass (j_decompress_ptr cinfo, JSAMPIMAGE output_buf) | |
| dummy_consume_data (j_decompress_ptr cinfo) | |
| jinit_d_coef_controller (j_decompress_ptr cinfo, boolean need_full_buffer) | |
| #define JPEG_INTERNALS |
Definition at line 18 of file jdcoefct.c.
| typedef my_coef_controller* my_coef_ptr |
Definition at line 65 of file jdcoefct.c.
| decompress_onepass | ( | j_decompress_ptr | cinfo, |
| JSAMPIMAGE | output_buf | ||
| ) |
Definition at line 151 of file jdcoefct.c.
Referenced by jinit_d_coef_controller().
| dummy_consume_data | ( | j_decompress_ptr | cinfo | ) |
Definition at line 231 of file jdcoefct.c.
Referenced by jinit_d_coef_controller().
| jinit_d_coef_controller | ( | j_decompress_ptr | cinfo, |
| boolean | need_full_buffer | ||
| ) |
Definition at line 680 of file jdcoefct.c.
Referenced by master_selection(), and transdecode_master_selection().
| METHODDEF | ( | int | ) |
Definition at line 69 of file jdcoefct.c.
| start_input_pass | ( | j_decompress_ptr | cinfo | ) |
Definition at line 111 of file jdcoefct.c.
Referenced by jinit_d_coef_controller().
| start_output_pass | ( | j_decompress_ptr | cinfo | ) |
Definition at line 123 of file jdcoefct.c.
Referenced by jinit_d_coef_controller().