RPNX::Compress
Self-contained C++20 compression and ZIP library
 
Loading...
Searching...
No Matches
rpnx::compression::zstandard_codec::length_code_entry Struct Reference

Baseline and additional-bit count selected by a sequence length code. More...

#include <zstandard.hpp>

Public Attributes

std::uint32_t baseline
 Smallest length represented by this code.
 
std::uint8_t number_of_bits
 Number of additional value bits following the code.
 

Detailed Description

Baseline and additional-bit count selected by a sequence length code.

Definition at line 111 of file zstandard.hpp.

Member Data Documentation

◆ baseline

std::uint32_t rpnx::compression::zstandard_codec::length_code_entry::baseline

Smallest length represented by this code.

Definition at line 114 of file zstandard.hpp.

Referenced by rpnx::compression::zstandard_codec::decompress_compressed_block(), and rpnx::compression::zstandard_codec::encode_length().

◆ number_of_bits

std::uint8_t rpnx::compression::zstandard_codec::length_code_entry::number_of_bits

Number of additional value bits following the code.

Definition at line 116 of file zstandard.hpp.

Referenced by rpnx::compression::zstandard_codec::decompress_compressed_block(), and rpnx::compression::zstandard_codec::encode_length().


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