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 | |
METHODDEF (void) process_data_simple_main JPP((j_compress_ptr cinfo | |
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) | |
Variables | |
JSAMPARRAY | input_buf |
JSAMPARRAY JDIMENSION * | in_row_ctr |
JSAMPARRAY JDIMENSION JDIMENSION | in_rows_avail |
#define JPEG_INTERNALS |
Definition at line 10 of file jcmainct.cpp.
typedef my_main_controller* my_main_ptr |
Definition at line 47 of file jcmainct.cpp.
jinit_c_main_controller | ( | j_compress_ptr | cinfo, |
boolean | need_full_buffer | ||
) |
Definition at line 242 of file jcmainct.cpp.
References my_main_controller::buffer, compptr, DCTSIZE, ERREXIT, FALSE, jpeg_component_info::height_in_blocks, JPOOL_IMAGE, jround_up(), need_full_buffer, 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 | ) |
process_data_simple_main | ( | j_compress_ptr | cinfo, |
JSAMPARRAY | input_buf, | ||
JDIMENSION * | in_row_ctr, | ||
JDIMENSION | in_rows_avail | ||
) |
Definition at line 110 of file jcmainct.cpp.
References my_main_controller::buffer, my_main_controller::cur_iMCU_row, DCTSIZE, FALSE, in_row_ctr, in_rows_avail, input_buf, 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 66 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().
JSAMPARRAY JDIMENSION* in_row_ctr |
Definition at line 52 of file jcmainct.cpp.
Referenced by pre_process_context(), pre_process_data(), and process_data_simple_main().
JSAMPARRAY JDIMENSION JDIMENSION in_rows_avail |
Definition at line 52 of file jcmainct.cpp.
Referenced by pre_process_context(), pre_process_data(), and process_data_simple_main().
JSAMPARRAY input_buf |
Definition at line 52 of file jcmainct.cpp.
Referenced by process_data_simple_main().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |