FFmpeg
Data Fields
Code Struct Reference

One code in hash table. More...

Data Fields

int  hash_prefix
  Hash code of prefix, LZW_PREFIX_EMPTY if empty prefix, or LZW_PREFIX_FREE if no code. More...
 
int  code
  LZW code. More...
 
uint8_t  suffix
  Last character in code block. More...
 

Detailed Description

One code in hash table.

Definition at line 43 of file lzwenc.c.

Field Documentation

hash_prefix

int Code::hash_prefix

Hash code of prefix, LZW_PREFIX_EMPTY if empty prefix, or LZW_PREFIX_FREE if no code.

Definition at line 45 of file lzwenc.c.

code

int Code::code

LZW code.

Definition at line 46 of file lzwenc.c.

Referenced by mjpeg_encode_code().

suffix

uint8_t Code::suffix

Last character in code block.

Definition at line 47 of file lzwenc.c.


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

Generated on Fri Oct 17 2025 19:24:21 for FFmpeg by   doxygen 1.8.17

AltStyle によって変換されたページ (->オリジナル) /