Go to the source code of this file.
Classes | |
struct | my_main_controller |
Macros | |
#define | JPEG_INTERNALS |
Typedefs | |
typedef my_main_controller * | my_main_ptr |
Functions | |
process_data_simple_main | JPP ((j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail)) |
start_pass_main (j_compress_ptr cinfo, J_BUF_MODE pass_mode) | |
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 10 of file jcmainct.cpp.
typedef my_main_controller* my_main_ptr |
Definition at line 46 of file jcmainct.cpp.
jinit_c_main_controller | ( | j_compress_ptr | cinfo, |
boolean | need_full_buffer | ||
) |
Definition at line 259 of file jcmainct.cpp.
References my_main_controller::buffer, compptr, DCTSIZE, ERREXIT, FALSE, jpeg_component_info::height_in_blocks, JPOOL_IMAGE, jround_up(), 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().
process_data_simple_main JPP | ( | (j_compress_ptr cinfo, JSAMPARRAY input_buf, JDIMENSION *in_row_ctr, JDIMENSION in_rows_avail) | ) |
process_data_simple_main | ( | j_compress_ptr | cinfo, |
JSAMPARRAY | input_buf, | ||
JDIMENSION * | in_row_ctr, | ||
JDIMENSION | in_rows_avail | ||
) |
Definition at line 108 of file jcmainct.cpp.
References my_main_controller::buffer, my_main_controller::cur_iMCU_row, DCTSIZE, FALSE, my_main_controller::rowgroup_ctr, my_main_controller::suspended, and TRUE.
Referenced by start_pass_main().
start_pass_main | ( | j_compress_ptr | cinfo, |
J_BUF_MODE | pass_mode | ||
) |
Definition at line 65 of file jcmainct.cpp.
References my_main_controller::cur_iMCU_row, ERREXIT, FALSE, JBUF_CRANK_DEST, JBUF_PASS_THRU, JBUF_SAVE_AND_PASS, JBUF_SAVE_SOURCE, my_main_controller::pass_mode, process_data_simple_main(), my_main_controller::pub, my_main_controller::rowgroup_ctr, and my_main_controller::suspended.
Referenced by jinit_c_main_controller().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |