Go to the source code of this file.
Classes | |
| struct | my_post_controller |
Macros | |
| #define | JPEG_INTERNALS |
Typedefs | |
| typedef my_post_controller * | my_post_ptr |
Functions | |
| post_process_1pass | JPP ((j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail)) |
| start_pass_dpost (j_decompress_ptr cinfo, J_BUF_MODE pass_mode) | |
| post_process_1pass (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail) | |
| post_process_prepass (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail) | |
| post_process_2pass (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail) | |
| jinit_d_post_controller (j_decompress_ptr cinfo, boolean need_full_buffer) | |
| #define JPEG_INTERNALS |
Definition at line 10 of file jdpostct.cpp.
| typedef my_post_controller* my_post_ptr |
Definition at line 34 of file jdpostct.cpp.
| jinit_d_post_controller | ( | j_decompress_ptr | cinfo, |
| boolean | need_full_buffer | ||
| ) |
Definition at line 246 of file jdpostct.cpp.
References my_post_controller::buffer, ERREXIT, FALSE, JPOOL_IMAGE, jround_up(), my_post_controller::pub, SIZEOF, start_pass_dpost(), my_post_controller::strip_height, and my_post_controller::whole_image.
Referenced by master_selection().


| post_process_2pass JPP | ( | (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION *in_row_group_ctr, JDIMENSION in_row_groups_avail, JSAMPARRAY output_buf, JDIMENSION *out_row_ctr, JDIMENSION out_rows_avail) | ) |
| post_process_1pass | ( | j_decompress_ptr | cinfo, |
| JSAMPIMAGE | input_buf, | ||
| JDIMENSION * | in_row_group_ctr, | ||
| JDIMENSION | in_row_groups_avail, | ||
| JSAMPARRAY | output_buf, | ||
| JDIMENSION * | out_row_ctr, | ||
| JDIMENSION | out_rows_avail | ||
| ) |
Definition at line 120 of file jdpostct.cpp.
References my_post_controller::buffer, output_buf, and my_post_controller::strip_height.
Referenced by start_pass_dpost().

| post_process_2pass | ( | j_decompress_ptr | cinfo, |
| JSAMPIMAGE | input_buf, | ||
| JDIMENSION * | in_row_group_ctr, | ||
| JDIMENSION | in_row_groups_avail, | ||
| JSAMPARRAY | output_buf, | ||
| JDIMENSION * | out_row_ctr, | ||
| JDIMENSION | out_rows_avail | ||
| ) |
Definition at line 197 of file jdpostct.cpp.
References my_post_controller::buffer, FALSE, MRPT_UNUSED_PARAM, my_post_controller::next_row, output_buf, my_post_controller::starting_row, my_post_controller::strip_height, and my_post_controller::whole_image.
Referenced by start_pass_dpost().

| post_process_prepass | ( | j_decompress_ptr | cinfo, |
| JSAMPIMAGE | input_buf, | ||
| JDIMENSION * | in_row_group_ctr, | ||
| JDIMENSION | in_row_groups_avail, | ||
| JSAMPARRAY | output_buf, | ||
| JDIMENSION * | out_row_ctr, | ||
| JDIMENSION | out_rows_avail | ||
| ) |
Definition at line 149 of file jdpostct.cpp.
References my_post_controller::buffer, MRPT_UNUSED_PARAM, my_post_controller::next_row, output_buf, my_post_controller::starting_row, my_post_controller::strip_height, TRUE, and my_post_controller::whole_image.
Referenced by start_pass_dpost().

| start_pass_dpost | ( | j_decompress_ptr | cinfo, |
| J_BUF_MODE | pass_mode | ||
| ) |
Definition at line 60 of file jdpostct.cpp.
References my_post_controller::buffer, ERREXIT, JBUF_CRANK_DEST, JBUF_PASS_THRU, JBUF_SAVE_AND_PASS, my_post_controller::next_row, post_process_1pass(), post_process_2pass(), post_process_prepass(), my_post_controller::pub, my_post_controller::starting_row, my_post_controller::strip_height, TRUE, and my_post_controller::whole_image.
Referenced by jinit_d_post_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 |