Data Structures | |
struct | my_prep_controller |
Macros | |
#define | CONTEXT_ROWS_SUPPORTED |
#define | JPEG_INTERNALS |
Typedefs | |
typedef my_prep_controller * | my_prep_ptr |
Functions | |
create_context_buffer (j_compress_ptr cinfo) | |
expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols, int input_rows, int output_rows) | |
jinit_c_prep_controller (j_compress_ptr cinfo, boolean need_full_buffer) | |
pre_process_context (j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail, JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr, JDIMENSION out_row_groups_avail) | |
pre_process_data (j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail, JSAMPIMAGE output_buf, JDIMENSION *out_row_group_ctr, JDIMENSION out_row_groups_avail) | |
start_pass_prep (j_compress_ptr cinfo, J_BUF_MODE pass_mode) | |
#define CONTEXT_ROWS_SUPPORTED |
#define JPEG_INTERNALS |
typedef my_prep_controller* my_prep_ptr |
create_context_buffer | ( | j_compress_ptr | cinfo | ) |
References ci, cinfo, my_prep_controller::color_buf, compptr, DCTSIZE, jpeg_component_info::h_samp_factor, i, JPOOL_IMAGE, MEMCOPY(), SIZEOF, and jpeg_component_info::width_in_blocks.
Referenced by jinit_c_prep_controller().
expand_bottom_edge | ( | JSAMPARRAY | image_data, |
JDIMENSION | num_cols, | ||
int | input_rows, | ||
int | output_rows | ||
) |
References jcopy_sample_rows(), and row.
Referenced by pre_process_context(), and pre_process_data().
jinit_c_prep_controller | ( | j_compress_ptr | cinfo, |
boolean | need_full_buffer | ||
) |
References ci, cinfo, my_prep_controller::color_buf, compptr, create_context_buffer(), DCTSIZE, ERREXIT, jpeg_component_info::h_samp_factor, JPOOL_IMAGE, pre_process_context(), pre_process_data(), my_prep_controller::pub, SIZEOF, start_pass_prep(), and jpeg_component_info::width_in_blocks.
Referenced by jinit_compress_master().
pre_process_context | ( | j_compress_ptr | cinfo, |
JSAMPARRAY | input_buf, | ||
JDIMENSION * | in_row_ctr, | ||
JDIMENSION | in_rows_avail, | ||
JSAMPIMAGE | output_buf, | ||
JDIMENSION * | out_row_group_ctr, | ||
JDIMENSION | out_row_groups_avail | ||
) |
References ci, my_prep_controller::color_buf, expand_bottom_edge(), jcopy_sample_rows(), MIN, my_prep_controller::next_buf_row, my_prep_controller::next_buf_stop, output_buf, row, my_prep_controller::rows_to_go, my_prep_controller::this_row_group, and while().
Referenced by jinit_c_prep_controller().
pre_process_data | ( | j_compress_ptr | cinfo, |
JSAMPARRAY | input_buf, | ||
JDIMENSION * | in_row_ctr, | ||
JDIMENSION | in_rows_avail, | ||
JSAMPIMAGE | output_buf, | ||
JDIMENSION * | out_row_group_ctr, | ||
JDIMENSION | out_row_groups_avail | ||
) |
start_pass_prep | ( | j_compress_ptr | cinfo, |
J_BUF_MODE | pass_mode | ||
) |