ReactOS 0.4.16-dev-117-g38f21f9
|
Go to the source code of this file.
Classes | |
struct | my_prep_controller |
Macros | |
#define | JPEG_INTERNALS |
Typedefs | |
typedef my_prep_controller * | my_prep_ptr |
Functions | |
start_pass_prep (j_compress_ptr cinfo, J_BUF_MODE pass_mode) | |
expand_bottom_edge (JSAMPARRAY image_data, JDIMENSION num_cols, int input_rows, int output_rows) | |
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) | |
jinit_c_prep_controller (j_compress_ptr cinfo, boolean need_full_buffer) | |
#define JPEG_INTERNALS |
Definition at line 17 of file jcprepct.c.
typedef my_prep_controller* my_prep_ptr |
Definition at line 70 of file jcprepct.c.
expand_bottom_edge | ( | JSAMPARRAY | image_data, |
JDIMENSION | num_cols, | ||
int | input_rows, | ||
int | output_rows | ||
) |
Definition at line 106 of file jcprepct.c.
Referenced by pre_process_data().
jinit_c_prep_controller | ( | j_compress_ptr | cinfo, |
boolean | need_full_buffer | ||
) |
Definition at line 318 of file jcprepct.c.
Referenced by jinit_compress_master().
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 | ||
) |
Definition at line 128 of file jcprepct.c.
Referenced by jinit_c_prep_controller().
start_pass_prep | ( | j_compress_ptr | cinfo, |
J_BUF_MODE | pass_mode | ||
) |
Definition at line 78 of file jcprepct.c.
Referenced by jinit_c_prep_controller().