Go to the source code of this file.
Classes | |
struct | my_main_controller |
Macros | |
#define | JPEG_INTERNALS |
#define | CTX_PREPARE_FOR_IMCU 0 /* need to prepare for MCU row */ |
#define | CTX_PROCESS_IMCU 1 /* feeding iMCU to postprocessor */ |
#define | CTX_POSTPONED_ROW 2 /* feeding postponed row group */ |
Typedefs | |
typedef my_main_controller * | my_main_ptr |
Functions | |
METHODDEF (void) process_data_simple_main JPP((j_decompress_ptr cinfo | |
alloc_funny_pointers (j_decompress_ptr cinfo) | |
make_funny_pointers (j_decompress_ptr cinfo) | |
set_wraparound_pointers (j_decompress_ptr cinfo) | |
set_bottom_pointers (j_decompress_ptr cinfo) | |
start_pass_main (j_decompress_ptr cinfo, J_BUF_MODE pass_mode) | |
process_data_simple_main (j_decompress_ptr cinfo, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail) | |
process_data_context_main (j_decompress_ptr cinfo, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail) | |
process_data_crank_post (j_decompress_ptr cinfo, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail) | |
jinit_d_main_controller (j_decompress_ptr cinfo, boolean need_full_buffer) | |
Variables | |
JSAMPARRAY | output_buf |
JSAMPARRAY JDIMENSION * | out_row_ctr |
JSAMPARRAY JDIMENSION JDIMENSION | out_rows_avail |
#define CTX_POSTPONED_ROW 2 /* feeding postponed row group */ |
Definition at line 133 of file jdmainct.cpp.
Referenced by process_data_context_main().
#define CTX_PREPARE_FOR_IMCU 0 /* need to prepare for MCU row */ |
Definition at line 131 of file jdmainct.cpp.
Referenced by process_data_context_main(), and start_pass_main().
#define CTX_PROCESS_IMCU 1 /* feeding iMCU to postprocessor */ |
Definition at line 132 of file jdmainct.cpp.
Referenced by process_data_context_main().
#define JPEG_INTERNALS |
Definition at line 10 of file jdmainct.cpp.
typedef my_main_controller* my_main_ptr |
Definition at line 128 of file jdmainct.cpp.
alloc_funny_pointers | ( | j_decompress_ptr | cinfo | ) |
Definition at line 151 of file jdmainct.cpp.
References compptr, jpeg_component_info::DCT_scaled_size, JPOOL_IMAGE, SIZEOF, jpeg_component_info::v_samp_factor, and my_main_controller::xbuffer.
Referenced by jinit_d_main_controller().
jinit_d_main_controller | ( | j_decompress_ptr | cinfo, |
boolean | need_full_buffer | ||
) |
Definition at line 470 of file jdmainct.cpp.
References alloc_funny_pointers(), my_main_controller::buffer, compptr, jpeg_component_info::DCT_scaled_size, ERREXIT, JPOOL_IMAGE, 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 master_selection().
make_funny_pointers | ( | j_decompress_ptr | cinfo | ) |
Definition at line 189 of file jdmainct.cpp.
References my_main_controller::buffer, compptr, jpeg_component_info::DCT_scaled_size, jpeg_component_info::v_samp_factor, and my_main_controller::xbuffer.
Referenced by start_pass_main().
METHODDEF | ( | void | ) |
process_data_context_main | ( | j_decompress_ptr | cinfo, |
JSAMPARRAY | output_buf, | ||
JDIMENSION * | out_row_ctr, | ||
JDIMENSION | out_rows_avail | ||
) |
Definition at line 379 of file jdmainct.cpp.
References my_main_controller::buffer_full, my_main_controller::context_state, CTX_POSTPONED_ROW, CTX_PREPARE_FOR_IMCU, CTX_PROCESS_IMCU, FALSE, my_main_controller::iMCU_row_ctr, out_row_ctr, out_rows_avail, output_buf, my_main_controller::rowgroup_ctr, my_main_controller::rowgroups_avail, set_bottom_pointers(), set_wraparound_pointers(), TRUE, my_main_controller::whichptr, and my_main_controller::xbuffer.
Referenced by start_pass_main().
process_data_crank_post | ( | j_decompress_ptr | cinfo, |
JSAMPARRAY | output_buf, | ||
JDIMENSION * | out_row_ctr, | ||
JDIMENSION | out_rows_avail | ||
) |
Definition at line 453 of file jdmainct.cpp.
References out_row_ctr, out_rows_avail, and output_buf.
Referenced by start_pass_main().
process_data_simple_main | ( | j_decompress_ptr | cinfo, |
JSAMPARRAY | output_buf, | ||
JDIMENSION * | out_row_ctr, | ||
JDIMENSION | out_rows_avail | ||
) |
Definition at line 339 of file jdmainct.cpp.
References my_main_controller::buffer, my_main_controller::buffer_full, FALSE, out_row_ctr, out_rows_avail, output_buf, my_main_controller::rowgroup_ctr, and TRUE.
Referenced by start_pass_main().
set_bottom_pointers | ( | j_decompress_ptr | cinfo | ) |
Definition at line 260 of file jdmainct.cpp.
References compptr, jpeg_component_info::DCT_scaled_size, jpeg_component_info::downsampled_height, my_main_controller::rowgroups_avail, jpeg_component_info::v_samp_factor, my_main_controller::whichptr, and my_main_controller::xbuffer.
Referenced by process_data_context_main().
set_wraparound_pointers | ( | j_decompress_ptr | cinfo | ) |
Definition at line 232 of file jdmainct.cpp.
References compptr, jpeg_component_info::DCT_scaled_size, jpeg_component_info::v_samp_factor, and my_main_controller::xbuffer.
Referenced by process_data_context_main().
start_pass_main | ( | j_decompress_ptr | cinfo, |
J_BUF_MODE | pass_mode | ||
) |
Definition at line 301 of file jdmainct.cpp.
References my_main_controller::buffer_full, my_main_controller::context_state, CTX_PREPARE_FOR_IMCU, ERREXIT, FALSE, my_main_controller::iMCU_row_ctr, JBUF_CRANK_DEST, JBUF_PASS_THRU, make_funny_pointers(), process_data_context_main(), process_data_crank_post(), process_data_simple_main(), my_main_controller::pub, my_main_controller::rowgroup_ctr, and my_main_controller::whichptr.
Referenced by jinit_d_main_controller().
JSAMPIMAGE JDIMENSION JDIMENSION JSAMPARRAY JDIMENSION * out_row_ctr |
Definition at line 138 of file jdmainct.cpp.
Referenced by merged_1v_upsample(), merged_2v_upsample(), process_data_context_main(), process_data_crank_post(), process_data_simple_main(), and sep_upsample().
JSAMPIMAGE JDIMENSION JDIMENSION JSAMPARRAY JDIMENSION JDIMENSION out_rows_avail |
Definition at line 138 of file jdmainct.cpp.
Referenced by merged_1v_upsample(), merged_2v_upsample(), process_data_context_main(), process_data_crank_post(), process_data_simple_main(), and sep_upsample().
JSAMPARRAY output_buf |
Definition at line 138 of file jdmainct.cpp.
Referenced by process_data_context_main(), process_data_crank_post(), and 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 |