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_decompress_struct::ac_huff_tbl_ptrs[NUM_HUFF_TBLS] |
UINT8 jpeg_decompress_struct::Adobe_transform |
Definition at line 558 of file jpeglib.h.
Referenced by examine_app14().
UINT8 jpeg_decompress_struct::arith_ac_K[NUM_ARITH_TBLS] |
UINT8 jpeg_decompress_struct::arith_dc_L[NUM_ARITH_TBLS] |
UINT8 jpeg_decompress_struct::arith_dc_U[NUM_ARITH_TBLS] |
struct jpeg_color_deconverter* jpeg_decompress_struct::cconvert |
struct jpeg_d_coef_controller* jpeg_decompress_struct::coef |
JSAMPARRAY jpeg_decompress_struct::colormap |
jpeg_component_info* jpeg_decompress_struct::comp_info |
Definition at line 535 of file jpeglib.h.
Referenced by reset_marker_reader().
struct jpeg_color_quantizer* jpeg_decompress_struct::cquantize |
jpeg_component_info* jpeg_decompress_struct::cur_comp_info[MAX_COMPS_IN_SCAN] |
JHUFF_TBL* jpeg_decompress_struct::dc_huff_tbl_ptrs[NUM_HUFF_TBLS] |
J_DCT_METHOD jpeg_decompress_struct::dct_method |
J_DITHER_MODE jpeg_decompress_struct::dither_mode |
struct jpeg_entropy_decoder* jpeg_decompress_struct::entropy |
Definition at line 625 of file jpeglib.h.
Referenced by jpeg_fill_bit_buffer().
struct jpeg_inverse_dct* jpeg_decompress_struct::idct |
JDIMENSION jpeg_decompress_struct::image_height |
Definition at line 421 of file jpeglib.h.
Referenced by vl::loadJPG().
JDIMENSION jpeg_decompress_struct::image_width |
Definition at line 420 of file jpeglib.h.
Referenced by vl::loadJPG().
JDIMENSION jpeg_decompress_struct::input_iMCU_row |
int jpeg_decompress_struct::input_scan_number |
Definition at line 494 of file jpeglib.h.
Referenced by reset_marker_reader().
struct jpeg_input_controller* jpeg_decompress_struct::inputctl |
J_COLOR_SPACE jpeg_decompress_struct::jpeg_color_space |
Definition at line 423 of file jpeglib.h.
Referenced by vl::loadJPG().
struct jpeg_d_main_controller* jpeg_decompress_struct::main |
struct jpeg_marker_reader* jpeg_decompress_struct::marker |
Definition at line 624 of file jpeglib.h.
Referenced by jpeg_save_markers(), jpeg_set_marker_processor(), next_marker(), read_markers(), read_restart_marker(), reset_marker_reader(), and save_marker().
jpeg_saved_marker_ptr jpeg_decompress_struct::marker_list |
Definition at line 566 of file jpeglib.h.
Referenced by jcopy_markers_execute(), and save_marker().
struct jpeg_decomp_master* jpeg_decompress_struct::master |
int jpeg_decompress_struct::MCU_membership[D_MAX_BLOCKS_IN_MCU] |
JDIMENSION jpeg_decompress_struct::MCU_rows_in_scan |
JDIMENSION jpeg_decompress_struct::MCUs_per_row |
J_COLOR_SPACE jpeg_decompress_struct::out_color_space |
Definition at line 430 of file jpeglib.h.
Referenced by vl::loadJPG().
int jpeg_decompress_struct::output_components |
Definition at line 462 of file jpeglib.h.
Referenced by vl::loadJPG(), and read_JPEG_file().
JDIMENSION jpeg_decompress_struct::output_height |
Definition at line 460 of file jpeglib.h.
Referenced by vl::loadJPG(), and read_JPEG_file().
JDIMENSION jpeg_decompress_struct::output_iMCU_row |
JDIMENSION jpeg_decompress_struct::output_scanline |
Definition at line 489 of file jpeglib.h.
Referenced by vl::loadJPG(), and read_JPEG_file().
JDIMENSION jpeg_decompress_struct::output_width |
Definition at line 459 of file jpeglib.h.
Referenced by vl::loadJPG(), and read_JPEG_file().
struct jpeg_d_post_controller* jpeg_decompress_struct::post |
JQUANT_TBL* jpeg_decompress_struct::quant_tbl_ptrs[NUM_QUANT_TBLS] |
unsigned int jpeg_decompress_struct::restart_interval |
boolean jpeg_decompress_struct::saw_Adobe_marker |
Definition at line 557 of file jpeglib.h.
Referenced by examine_app14().
struct jpeg_source_mgr* jpeg_decompress_struct::src |
Definition at line 415 of file jpeglib.h.
Referenced by get_interesting_appn(), jpeg_fill_bit_buffer(), read_restart_marker(), save_marker(), and skip_variable().
JDIMENSION jpeg_decompress_struct::total_iMCU_rows |
int jpeg_decompress_struct::unread_marker |
Definition at line 614 of file jpeglib.h.
Referenced by first_marker(), get_interesting_appn(), jpeg_fill_bit_buffer(), jpeg_resync_to_restart(), next_marker(), read_markers(), read_restart_marker(), reset_marker_reader(), save_marker(), and skip_variable().
struct jpeg_upsampler* jpeg_decompress_struct::upsample |
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:45:01.
© Copyright Michele Bosi. All rights reserved.