OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
encode_state Struct Reference

Data Fields

int lchild [N+1]
 
int rchild [N+257]
 
int parent [N+1]
 
u_int8_t text_buf [N+F - 1]
 
int match_position
 
int match_length
 

Detailed Description

Definition at line 70 of file lzss.c.

Field Documentation

◆ lchild

int encode_state::lchild[N+1]

Definition at line 74 of file lzss.c.

◆ match_length

int encode_state::match_length

Definition at line 83 of file lzss.c.

◆ match_position

int encode_state::match_position

Definition at line 83 of file lzss.c.

◆ parent

int encode_state::parent[N+1]

Definition at line 74 of file lzss.c.

◆ rchild

int encode_state::rchild[N+257]

Definition at line 74 of file lzss.c.

◆ text_buf

u_int8_t encode_state::text_buf[N+F - 1]

Definition at line 77 of file lzss.c.


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