Data Structures | |
struct | my_post_controller |
Macros | |
#define | JPEG_INTERNALS |
Typedefs | |
typedef my_post_controller * | my_post_ptr |
Functions | |
jinit_d_post_controller (j_decompress_ptr cinfo, boolean need_full_buffer) | |
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) | |
post_process_2pass (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) | |
post_process_prepass (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) | |
#define JPEG_INTERNALS |
typedef my_post_controller* my_post_ptr |
jinit_d_post_controller | ( | j_decompress_ptr | cinfo, |
boolean | need_full_buffer | ||
) |
References my_post_controller::buffer, cinfo, ERREXIT, FALSE, if(), JPOOL_IMAGE, NULL, my_post_controller::pub, SIZEOF, my_post_controller::strip_height, and my_post_controller::whole_image.
Referenced by master_selection().
METHODDEF | ( | void | ) |
References my_post_controller::buffer, cinfo, ERREXIT, JBUF_CRANK_DEST, JBUF_PASS_THRU, JBUF_SAVE_AND_PASS, my_post_controller::next_row, NULL, post_process_1pass(), post_process_2pass(), post_process_prepass(), my_post_controller::pub, my_post_controller::starting_row, my_post_controller::strip_height, switch(), TRUE, and my_post_controller::whole_image.
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 | ||
) |
References my_post_controller::buffer, if(), num_rows, and my_post_controller::strip_height.
Referenced by METHODDEF().
post_process_2pass | ( | 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 | ||
) |
References my_post_controller::buffer, cinfo, FALSE, if(), my_post_controller::next_row, num_rows, my_post_controller::starting_row, my_post_controller::strip_height, and my_post_controller::whole_image.
Referenced by METHODDEF().
post_process_prepass | ( | 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 | ||
) |
References my_post_controller::buffer, cinfo, if(), my_post_controller::next_row, NULL, num_rows, my_post_controller::starting_row, my_post_controller::strip_height, TRUE, and my_post_controller::whole_image.
Referenced by METHODDEF().