ReactOS 0.4.15-dev-8100-g1887773
arith_entropy_decoder Struct Reference
Collaboration diagram for arith_entropy_decoder:

Public Attributes

struct jpeg_entropy_decoder pub
 
INT32 c
 
INT32 a
 
int ct
 
int last_dc_val [MAX_COMPS_IN_SCAN]
 
int dc_context [MAX_COMPS_IN_SCAN]
 
unsigned int restarts_to_go
 
unsigned chardc_stats [NUM_ARITH_TBLS]
 
unsigned charac_stats [NUM_ARITH_TBLS]
 
unsigned char fixed_bin [4]
 

Detailed Description

Definition at line 23 of file jdarith.c.

Member Data Documentation

◆ a

INT32 arith_entropy_decoder::a

Definition at line 27 of file jdarith.c.

◆ ac_stats

unsigned char* arith_entropy_decoder::ac_stats[NUM_ARITH_TBLS]

Definition at line 39 of file jdarith.c.

◆ c

INT32 arith_entropy_decoder::c

Definition at line 26 of file jdarith.c.

◆ ct

int arith_entropy_decoder::ct

Definition at line 28 of file jdarith.c.

◆ dc_context

int arith_entropy_decoder::dc_context[MAX_COMPS_IN_SCAN]

Definition at line 33 of file jdarith.c.

◆ dc_stats

unsigned char* arith_entropy_decoder::dc_stats[NUM_ARITH_TBLS]

Definition at line 38 of file jdarith.c.

◆ fixed_bin

unsigned char arith_entropy_decoder::fixed_bin[4]

Definition at line 42 of file jdarith.c.

◆ last_dc_val

int arith_entropy_decoder::last_dc_val[MAX_COMPS_IN_SCAN]

Definition at line 32 of file jdarith.c.

◆ pub

struct jpeg_entropy_decoder arith_entropy_decoder::pub

Definition at line 24 of file jdarith.c.

◆ restarts_to_go

unsigned int arith_entropy_decoder::restarts_to_go

Definition at line 35 of file jdarith.c.


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