SgiState Struct Reference
Collaboration diagram for SgiState:
Collaboration graph

Data Fields

unsigned int width
 
unsigned int height
 
unsigned int depth
 
unsigned int bytes_per_channel
 
int linesize
 
GetByteContext g
 

Detailed Description

Definition at line 29 of file sgidec.c.

Field Documentation

unsigned int SgiState::bytes_per_channel

Definition at line 33 of file sgidec.c.

Referenced by decode_frame(), and read_uncompressed_sgi().

unsigned int SgiState::depth

Definition at line 32 of file sgidec.c.

Referenced by decode_frame(), read_rle_sgi(), and read_uncompressed_sgi().

GetByteContext SgiState::g

Definition at line 35 of file sgidec.c.

Referenced by decode_frame(), expand_rle_row(), read_rle_sgi(), and read_uncompressed_sgi().

unsigned int SgiState::height

Definition at line 31 of file sgidec.c.

Referenced by decode_frame(), read_rle_sgi(), and read_uncompressed_sgi().

int SgiState::linesize

Definition at line 34 of file sgidec.c.

Referenced by decode_frame(), read_rle_sgi(), and read_uncompressed_sgi().

unsigned int SgiState::width

Definition at line 30 of file sgidec.c.

Referenced by decode_frame(), read_rle_sgi(), and read_uncompressed_sgi().


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