|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |

Go to the source code of this file.
Classes | |
| struct | my_coef_controller |
Defines | |
| #define | JPEG_INTERNALS |
Typedefs | |
| typedef my_coef_controller * | my_coef_ptr |
Functions | |
| LOCAL (void) | |
| jpeg_copy_critical_parameters (j_decompress_ptr srcinfo, j_compress_ptr dstinfo) | |
| transencode_master_selection (j_compress_ptr cinfo, jvirt_barray_ptr *coef_arrays) | |
| start_iMCU_row (j_compress_ptr cinfo) | |
| start_pass_coef (j_compress_ptr cinfo, J_BUF_MODE pass_mode) | |
| compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf) | |
| transencode_coef_controller (j_compress_ptr cinfo, jvirt_barray_ptr *coef_arrays) | |
| typedef my_coef_controller* my_coef_ptr |
| compress_output | ( | j_compress_ptr | cinfo, |
| JSAMPIMAGE | input_buf | ||
| ) |
Definition at line 278 of file jctrans.c.
References buffer, C_MAX_BLOCKS_IN_MCU, jpeg_component_info::component_index, compptr, my_coef_controller::dummy_buffer, FALSE, my_coef_controller::iMCU_row_num, jpeg_component_info::last_col_width, MAX_COMPS_IN_SCAN, my_coef_controller::mcu_ctr, jpeg_component_info::MCU_height, my_coef_controller::MCU_vert_offset, jpeg_component_info::MCU_width, start_iMCU_row(), TRUE, jpeg_component_info::v_samp_factor, and my_coef_controller::whole_image.
| jpeg_copy_critical_parameters | ( | j_decompress_ptr | srcinfo, |
| j_compress_ptr | dstinfo | ||
| ) |
Definition at line 63 of file jctrans.c.
References jpeg_component_info::component_id, CSTATE_START, DCTSIZE2, ERREXIT1, ERREXIT2, FALSE, jpeg_component_info::h_samp_factor, jpeg_alloc_quant_table(), jpeg_set_colorspace(), jpeg_set_defaults(), MAX_COMPONENTS, MEMCOPY, NULL, NUM_QUANT_TBLS, jpeg_component_info::quant_table, jpeg_component_info::quant_tbl_no, JQUANT_TBL::quantval, SIZEOF, tblno, and jpeg_component_info::v_samp_factor.
| LOCAL | ( | void | ) |
Definition at line 19 of file jctrans.c.
References CSTATE_START, CSTATE_WRCOEFS, ERREXIT1, FALSE, jpeg_suppress_tables(), and transencode_master_selection().
| start_iMCU_row | ( | j_compress_ptr | cinfo | ) |
Definition at line 227 of file jctrans.c.
References my_coef_controller::iMCU_row_num, my_coef_controller::mcu_ctr, my_coef_controller::MCU_rows_per_iMCU_row, and my_coef_controller::MCU_vert_offset.
Referenced by compress_data(), compress_output(), consume_data(), decompress_onepass(), start_input_pass(), and start_pass_coef().
| start_pass_coef | ( | j_compress_ptr | cinfo, |
| J_BUF_MODE | pass_mode | ||
| ) |
Definition at line 255 of file jctrans.c.
References ERREXIT, my_coef_controller::iMCU_row_num, JBUF_CRANK_DEST, and start_iMCU_row().
| transencode_coef_controller | ( | j_compress_ptr | cinfo, |
| jvirt_barray_ptr * | coef_arrays | ||
| ) |
Definition at line 363 of file jctrans.c.
References buffer, C_MAX_BLOCKS_IN_MCU, coef_arrays, compress_output(), my_coef_controller::dummy_buffer, FAR, i, JPOOL_IMAGE, jzero_far(), my_coef_controller::pub, SIZEOF, start_pass_coef(), and my_coef_controller::whole_image.
Referenced by transencode_master_selection().
| transencode_master_selection | ( | j_compress_ptr | cinfo, |
| jvirt_barray_ptr * | coef_arrays | ||
| ) |
Definition at line 158 of file jctrans.c.
References ERREXIT, jinit_c_master_control(), jinit_huff_encoder(), jinit_marker_writer(), jinit_phuff_encoder(), transencode_coef_controller(), and TRUE.
Referenced by LOCAL().