Native FSE decoding table indexed by the current decoder state. More...
#include <zstandard.hpp>
Public Attributes | |
| std::uint8_t | accuracy_log |
| Base-two logarithm of the state count. | |
| std::vector< fse_entry > | entries |
| State transitions indexed by current state. | |
Native FSE decoding table indexed by the current decoder state.
Definition at line 40 of file zstandard.hpp.
| std::uint8_t rpnx::compression::zstandard_codec::fse_table::accuracy_log |
Base-two logarithm of the state count.
Definition at line 43 of file zstandard.hpp.
Referenced by rpnx::compression::zstandard_codec::decode_fse_weights(), and rpnx::compression::zstandard_codec::decompress_compressed_block().
| std::vector< fse_entry > rpnx::compression::zstandard_codec::fse_table::entries |
State transitions indexed by current state.
Definition at line 45 of file zstandard.hpp.
Referenced by rpnx::compression::zstandard_codec::decode_fse_weights(), and rpnx::compression::zstandard_codec::decompress_compressed_block().