Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

huff_entropy_decoder Struct Reference


Data Fields

jpeg_entropy_decoder pub
bitread_perm_state bitstate
savable_state saved
unsigned int restarts_to_go
d_derived_tbldc_derived_tbls [NUM_HUFF_TBLS]
d_derived_tblac_derived_tbls [NUM_HUFF_TBLS]
d_derived_tbldc_cur_tbls [D_MAX_BLOCKS_IN_MCU]
d_derived_tblac_cur_tbls [D_MAX_BLOCKS_IN_MCU]
boolean dc_needed [D_MAX_BLOCKS_IN_MCU]
boolean ac_needed [D_MAX_BLOCKS_IN_MCU]

Field Documentation

d_derived_tbl* huff_entropy_decoder::ac_cur_tbls[D_MAX_BLOCKS_IN_MCU]
 

Definition at line 72 of file jdhuff.c.

Referenced by decode_mcu(), and start_pass_huff_decoder().

d_derived_tbl* huff_entropy_decoder::ac_derived_tbls[NUM_HUFF_TBLS]
 

Definition at line 66 of file jdhuff.c.

Referenced by encode_mcu_huff(), start_pass_huff(), and start_pass_huff_decoder().

boolean huff_entropy_decoder::ac_needed[D_MAX_BLOCKS_IN_MCU]
 

Definition at line 75 of file jdhuff.c.

Referenced by decode_mcu(), and start_pass_huff_decoder().

bitread_perm_state huff_entropy_decoder::bitstate
 

Definition at line 58 of file jdhuff.c.

Referenced by decode_mcu(), process_restart(), and start_pass_huff_decoder().

d_derived_tbl* huff_entropy_decoder::dc_cur_tbls[D_MAX_BLOCKS_IN_MCU]
 

Definition at line 71 of file jdhuff.c.

Referenced by decode_mcu(), and start_pass_huff_decoder().

d_derived_tbl* huff_entropy_decoder::dc_derived_tbls[NUM_HUFF_TBLS]
 

Definition at line 65 of file jdhuff.c.

Referenced by encode_mcu_huff(), start_pass_huff(), and start_pass_huff_decoder().

boolean huff_entropy_decoder::dc_needed[D_MAX_BLOCKS_IN_MCU]
 

Definition at line 74 of file jdhuff.c.

Referenced by decode_mcu(), and start_pass_huff_decoder().

struct jpeg_entropy_decoder huff_entropy_decoder::pub
 

Definition at line 53 of file jdhuff.c.

Referenced by decode_mcu(), process_restart(), start_pass_huff(), and start_pass_huff_decoder().

unsigned int huff_entropy_decoder::restarts_to_go
 

Definition at line 62 of file jdhuff.c.

Referenced by decode_mcu(), encode_mcu_gather(), encode_mcu_huff(), process_restart(), start_pass_huff(), and start_pass_huff_decoder().

savable_state huff_entropy_decoder::saved
 

Definition at line 59 of file jdhuff.c.

Referenced by decode_mcu(), encode_mcu_gather(), encode_mcu_huff(), finish_pass_huff(), process_restart(), start_pass_huff(), and start_pass_huff_decoder().


The documentation for this struct was generated from the following file:
 

Powered by Plone

This site conforms to the following standards: