Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <jpeglib.h>
JHUFF_TBL* jpeg_compress_struct::ac_huff_tbl_ptrs[NUM_HUFF_TBLS] |
UINT8 jpeg_compress_struct::arith_ac_K[NUM_ARITH_TBLS] |
UINT8 jpeg_compress_struct::arith_dc_L[NUM_ARITH_TBLS] |
UINT8 jpeg_compress_struct::arith_dc_U[NUM_ARITH_TBLS] |
struct jpeg_color_converter* jpeg_compress_struct::cconvert |
struct jpeg_c_coef_controller* jpeg_compress_struct::coef |
Definition at line 398 of file jpeglib.h.
Referenced by process_data_simple_main().
jpeg_component_info* jpeg_compress_struct::comp_info |
Definition at line 299 of file jpeglib.h.
Referenced by process_data_simple_main().
jpeg_component_info* jpeg_compress_struct::cur_comp_info[MAX_COMPS_IN_SCAN] |
JHUFF_TBL* jpeg_compress_struct::dc_huff_tbl_ptrs[NUM_HUFF_TBLS] |
J_DCT_METHOD jpeg_compress_struct::dct_method |
struct jpeg_destination_mgr* jpeg_compress_struct::dest |
struct jpeg_downsampler* jpeg_compress_struct::downsample |
struct jpeg_entropy_encoder* jpeg_compress_struct::entropy |
struct jpeg_forward_dct* jpeg_compress_struct::fdct |
JDIMENSION jpeg_compress_struct::image_height |
Definition at line 280 of file jpeglib.h.
Referenced by vl::saveJPG(), and write_JPEG_file().
JDIMENSION jpeg_compress_struct::image_width |
Definition at line 279 of file jpeglib.h.
Referenced by vl::saveJPG(), and write_JPEG_file().
J_COLOR_SPACE jpeg_compress_struct::in_color_space |
Definition at line 282 of file jpeglib.h.
Referenced by vl::saveJPG(), and write_JPEG_file().
int jpeg_compress_struct::input_components |
Definition at line 281 of file jpeglib.h.
Referenced by vl::saveJPG(), and write_JPEG_file().
J_COLOR_SPACE jpeg_compress_struct::jpeg_color_space |
struct jpeg_c_main_controller* jpeg_compress_struct::main |
Definition at line 396 of file jpeglib.h.
Referenced by process_data_simple_main().
struct jpeg_marker_writer* jpeg_compress_struct::marker |
struct jpeg_comp_master* jpeg_compress_struct::master |
int jpeg_compress_struct::max_v_samp_factor |
Definition at line 365 of file jpeglib.h.
Referenced by process_data_simple_main().
int jpeg_compress_struct::MCU_membership[C_MAX_BLOCKS_IN_MCU] |
JDIMENSION jpeg_compress_struct::MCU_rows_in_scan |
JDIMENSION jpeg_compress_struct::MCUs_per_row |
JDIMENSION jpeg_compress_struct::next_scanline |
Definition at line 354 of file jpeglib.h.
Referenced by vl::saveJPG(), and write_JPEG_file().
struct jpeg_c_prep_controller* jpeg_compress_struct::prep |
Definition at line 397 of file jpeglib.h.
Referenced by process_data_simple_main().
JQUANT_TBL* jpeg_compress_struct::quant_tbl_ptrs[NUM_QUANT_TBLS] |
const jpeg_scan_info* jpeg_compress_struct::scan_info |
jpeg_scan_info* jpeg_compress_struct::script_space |
JDIMENSION jpeg_compress_struct::total_iMCU_rows |
Definition at line 367 of file jpeglib.h.
Referenced by process_data_simple_main().
boolean jpeg_compress_struct::write_Adobe_marker |
Definition at line 347 of file jpeglib.h.
Referenced by jcopy_markers_execute().
boolean jpeg_compress_struct::write_JFIF_header |
Definition at line 337 of file jpeglib.h.
Referenced by jcopy_markers_execute().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:45:01.
© Copyright Michele Bosi. All rights reserved.