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. | |
Baseline and additional-bit count selected by a sequence length code.
Definition at line 111 of file zstandard.hpp.
| 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().
| 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().