Parsed normalized FSE probabilities and their encoded byte length. More...
#include <zstandard.hpp>
Public Attributes | |
| std::uint8_t | accuracy_log |
| Accuracy log encoded by the description. | |
| std::vector< std::int16_t > | probabilities |
| Normalized probability for every symbol through the last encoded symbol. | |
| std::size_t | consumed_bytes |
| Whole number of source bytes occupied by the description. | |
Parsed normalized FSE probabilities and their encoded byte length.
Definition at line 49 of file zstandard.hpp.
| std::uint8_t rpnx::compression::zstandard_codec::normalized_probability_result::accuracy_log |
Accuracy log encoded by the description.
Definition at line 52 of file zstandard.hpp.
Referenced by rpnx::compression::zstandard_codec::decode_fse_weights(), and rpnx::compression::zstandard_codec::decompress_compressed_block().
| std::size_t rpnx::compression::zstandard_codec::normalized_probability_result::consumed_bytes |
Whole number of source bytes occupied by the description.
Definition at line 56 of file zstandard.hpp.
Referenced by rpnx::compression::zstandard_codec::decode_fse_weights(), and rpnx::compression::zstandard_codec::decompress_compressed_block().
| std::vector< std::int16_t > rpnx::compression::zstandard_codec::normalized_probability_result::probabilities |
Normalized probability for every symbol through the last encoded symbol.
Definition at line 54 of file zstandard.hpp.
Referenced by rpnx::compression::zstandard_codec::decode_fse_weights(), and rpnx::compression::zstandard_codec::decompress_compressed_block().