#include "jinclude.h"
#include "jpeglib.h"
Go to the source code of this file.
Classes | |
struct | my_main_controller |
Defines | |
#define | JPEG_INTERNALS |
Typedefs | |
typedef my_main_controller * | my_main_ptr |
Functions | |
METHODDEF (void) | |
process_data_simple_main (j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail) | |
jinit_c_main_controller (j_compress_ptr cinfo, boolean need_full_buffer) |
#define JPEG_INTERNALS |
Definition at line 13 of file jcmainct.c.
typedef my_main_controller* my_main_ptr |
Definition at line 50 of file jcmainct.c.
jinit_c_main_controller | ( | j_compress_ptr | cinfo, | |
boolean | need_full_buffer | |||
) |
Definition at line 245 of file jcmainct.c.
References my_main_controller::buffer, compptr, jpeg_component_info::DCT_h_scaled_size, jpeg_component_info::DCT_v_scaled_size, ERREXIT, FALSE, jpeg_component_info::height_in_blocks, JPOOL_IMAGE, jround_up(), NULL, my_main_controller::pub, SIZEOF, start_pass_main(), jpeg_component_info::v_samp_factor, and jpeg_component_info::width_in_blocks.
Referenced by jinit_compress_master().
METHODDEF | ( | void | ) |
Definition at line 54 of file jcmainct.c.
References my_main_controller::cur_iMCU_row, ERREXIT, FALSE, if(), JBUF_CRANK_DEST, JBUF_PASS_THRU, JBUF_SAVE_AND_PASS, JBUF_SAVE_SOURCE, NULL, my_main_controller::pass_mode, process_data_simple_main(), my_main_controller::pub, my_main_controller::rowgroup_ctr, and my_main_controller::suspended.
process_data_simple_main | ( | j_compress_ptr | cinfo, | |
JSAMPARRAY | input_buf, | |||
JDIMENSION * | in_row_ctr, | |||
JDIMENSION | in_rows_avail | |||
) |
Definition at line 113 of file jcmainct.c.
References my_main_controller::buffer, my_main_controller::cur_iMCU_row, FALSE, my_main_controller::rowgroup_ctr, my_main_controller::suspended, and TRUE.
Referenced by METHODDEF(), and start_pass_main().