nn::cx::CompressionType Enumerated Type

Syntax

enum CompressionType;

Value

Value Description
COMPRESSION_LZ Represents LZ77 compression.
COMPRESSION_HUFFMAN Represents Huffman compression.
COMPRESSION_RL Represents run-length compression.
COMPRESSION_LH Represents LH (LZ77 + Huffman) compression.
COMPRESSION_LRC Represents LRC (LZ77 + Range Coder) compression.
COMPRESSION_DIFF Represents difference filter conversion.
COMPRESSION_TYPE_MASK
COMPRESSION_TYPE_EX_MASK

Description

Enumerated type representing compression types.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL