#include <jpeglib.h>
Definition at line 412 of file jpeglib.h.
JHUFF_TBL* jpeg_decompress_struct::ac_huff_tbl_ptrs[NUM_HUFF_TBLS] |
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 [read] |
struct jpeg_d_coef_controller* jpeg_decompress_struct::coef [read] |
int(* jpeg_decompress_struct::coef_bits)[DCTSIZE2] |
struct jpeg_color_quantizer* jpeg_decompress_struct::cquantize [read] |
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] |
struct jpeg_entropy_decoder* jpeg_decompress_struct::entropy [read] |
struct jpeg_inverse_dct* jpeg_decompress_struct::idct [read] |
struct jpeg_input_controller* jpeg_decompress_struct::inputctl [read] |
struct jpeg_d_main_controller* jpeg_decompress_struct::main [read] |
struct jpeg_marker_reader* jpeg_decompress_struct::marker [read] |
struct jpeg_decomp_master* jpeg_decompress_struct::master [read] |
int jpeg_decompress_struct::MCU_membership[D_MAX_BLOCKS_IN_MCU] |
Definition at line 461 of file jpeglib.h.
Referenced by jpeg_lib_decode(), jpeg_lib_decode_ex(), and read_JPEG_file().
Definition at line 460 of file jpeglib.h.
Referenced by jpeg_lib_decode(), jpeg_lib_decode_ex(), and read_JPEG_file().
struct jpeg_d_post_controller* jpeg_decompress_struct::post [read] |
JQUANT_TBL* jpeg_decompress_struct::quant_tbl_ptrs[NUM_QUANT_TBLS] |
unsigned int jpeg_decompress_struct::restart_interval |
unsigned int jpeg_decompress_struct::scale_denom |
unsigned int jpeg_decompress_struct::scale_num |
struct jpeg_source_mgr* jpeg_decompress_struct::src [read] |
Definition at line 416 of file jpeglib.h.
Referenced by fill_input_buffer(), init_source(), jpeg_fill_bit_buffer(), jpeg_stdio_src(), and skip_input_data().
struct jpeg_upsampler* jpeg_decompress_struct::upsample [read] |