doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
struct | my_post_controller |
Macros | |
#define | JPEG_INTERNALS |
Typedefs | |
typedef my_post_controller * | my_post_ptr |
Functions | |
METHODDEF void post_process_1pass | JPP ((j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail)) |
METHODDEF void | start_pass_dpost (j_decompress_ptr cinfo, J_BUF_MODE pass_mode) |
METHODDEF void | post_process_1pass (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail) |
GLOBAL void | jinit_d_post_controller (j_decompress_ptr cinfo, boolean need_full_buffer) |
#define JPEG_INTERNALS |
Definition at line 19 of file jdpostct.c.
typedef my_post_controller* my_post_ptr |
Definition at line 42 of file jdpostct.c.
GLOBAL void jinit_d_post_controller | ( | j_decompress_ptr | cinfo, |
boolean | need_full_buffer | ||
) |
Definition at line 250 of file jdpostct.c.
METHODDEF void post_process_1pass JPP | ( | (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail) | ) |
METHODDEF void post_process_1pass | ( | j_decompress_ptr | cinfo, |
JSAMPIMAGE | input_buf, | ||
JDIMENSION * | in_row_group_ctr, | ||
JDIMENSION | in_row_groups_avail, | ||
JSAMPARRAY | output_buf, | ||
JDIMENSION * | out_row_ctr, | ||
JDIMENSION | out_rows_avail | ||
) |
Definition at line 126 of file jdpostct.c.
METHODDEF void start_pass_dpost | ( | j_decompress_ptr | cinfo, |
J_BUF_MODE | pass_mode | ||
) |
Definition at line 73 of file jdpostct.c.