doom3-gpl
Doom 3 GPL source release
|
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 decompress_onepass | JPP ((j_decompress_ptr cinfo, JSAMPIMAGE output_buf)) |
LOCAL void | start_iMCU_row (j_decompress_ptr cinfo) |
METHODDEF void | start_input_pass (j_decompress_ptr cinfo) |
METHODDEF void | start_output_pass (j_decompress_ptr cinfo) |
METHODDEF int | decompress_onepass (j_decompress_ptr cinfo, JSAMPIMAGE output_buf) |
METHODDEF int | dummy_consume_data (j_decompress_ptr cinfo) |
GLOBAL void | jinit_d_coef_controller (j_decompress_ptr cinfo, boolean need_full_buffer) |
#define JPEG_INTERNALS |
Definition at line 17 of file jdcoefct.c.
typedef my_coef_controller* my_coef_ptr |
Definition at line 62 of file jdcoefct.c.
METHODDEF int decompress_onepass | ( | j_decompress_ptr | cinfo, |
JSAMPIMAGE | output_buf | ||
) |
Definition at line 147 of file jdcoefct.c.
METHODDEF int dummy_consume_data | ( | j_decompress_ptr | cinfo | ) |
Definition at line 227 of file jdcoefct.c.
GLOBAL void jinit_d_coef_controller | ( | j_decompress_ptr | cinfo, |
boolean | need_full_buffer | ||
) |
Definition at line 665 of file jdcoefct.c.
METHODDEF int decompress_onepass JPP | ( | (j_decompress_ptr cinfo, JSAMPIMAGE output_buf) | ) |
LOCAL void start_iMCU_row | ( | j_decompress_ptr | cinfo | ) |
Definition at line 79 of file jdcoefct.c.
METHODDEF void start_input_pass | ( | j_decompress_ptr | cinfo | ) |
Definition at line 107 of file jdcoefct.c.
METHODDEF void start_output_pass | ( | j_decompress_ptr | cinfo | ) |
Definition at line 119 of file jdcoefct.c.