ReactOS 0.4.15-dev-7834-g00c4b3d
arith_entropy_encoder Struct Reference
Collaboration diagram for arith_entropy_encoder:

Public Attributes

struct jpeg_entropy_encoder pub
 
INT32 c
 
INT32 a
 
INT32 sc
 
INT32 zc
 
int ct
 
int buffer
 
int last_dc_val [MAX_COMPS_IN_SCAN]
 
int dc_context [MAX_COMPS_IN_SCAN]
 
unsigned int restarts_to_go
 
int next_restart_num
 
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 jcarith.c.

Member Data Documentation

◆ a

INT32 arith_entropy_encoder::a

Definition at line 27 of file jcarith.c.

Referenced by emit_restart(), process_restart(), and start_pass().

◆ ac_stats

◆ buffer

int arith_entropy_encoder::buffer

Definition at line 32 of file jcarith.c.

Referenced by emit_restart(), and start_pass().

◆ c

INT32 arith_entropy_encoder::c

Definition at line 26 of file jcarith.c.

Referenced by emit_restart(), process_restart(), and start_pass().

◆ ct

int arith_entropy_encoder::ct

◆ dc_context

int arith_entropy_encoder::dc_context[MAX_COMPS_IN_SCAN]

◆ dc_stats

◆ fixed_bin

◆ last_dc_val

int arith_entropy_encoder::last_dc_val[MAX_COMPS_IN_SCAN]

◆ next_restart_num

int arith_entropy_encoder::next_restart_num

◆ pub

struct jpeg_entropy_encoder arith_entropy_encoder::pub

Definition at line 24 of file jcarith.c.

Referenced by jinit_arith_decoder(), jinit_arith_encoder(), and start_pass().

◆ restarts_to_go

◆ sc

INT32 arith_entropy_encoder::sc

Definition at line 28 of file jcarith.c.

Referenced by emit_restart(), and start_pass().

◆ zc

INT32 arith_entropy_encoder::zc

Definition at line 29 of file jcarith.c.

Referenced by emit_restart(), and start_pass().


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