Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
Macros | |
#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 C_MAX_BLOCKS_IN_MCU, jpeg_component_info::component_index, compptr, FALSE, for(), jpeg_component_info::last_col_width, LOCAL(), MAX_COMPS_IN_SCAN, jpeg_component_info::MCU_height, jpeg_component_info::MCU_width, start_iMCU_row(), TRUE, and jpeg_component_info::v_samp_factor.
Referenced by transencode_coef_controller().
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(), LOCAL(), 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.
Referenced by compress_output(), and jpeg_copy_critical_parameters().
start_iMCU_row | ( | j_compress_ptr | cinfo | ) |
Definition at line 227 of file jctrans.c.
References if(), and METHODDEF.
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, if(), JBUF_CRANK_DEST, METHODDEF, and start_iMCU_row().
Referenced by transencode_coef_controller().
transencode_coef_controller | ( | j_compress_ptr | cinfo, |
jvirt_barray_ptr * | coef_arrays | ||
) |
Definition at line 363 of file jctrans.c.
References C_MAX_BLOCKS_IN_MCU, coef_arrays, compress_output(), FAR, i, JPOOL_IMAGE, jzero_far(), SIZEOF, and start_pass_coef().
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 C_MAX_BLOCKS_IN_MCU, ERREXIT, jinit_c_master_control(), jinit_huff_encoder(), jinit_marker_writer(), jinit_phuff_encoder(), transencode_coef_controller(), and TRUE.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:56.
© Copyright Michele Bosi. All rights reserved.