![]() |
Project
|
#include <properties.h>
Public Types | |
using | source_type = source_T |
Public Attributes | |
internal::DictSizeEstimate | dictSizeEstimate {} |
std::optional< size_t > | renormingPrecisionBits {} |
std::optional< size_t > | nIncompressibleSymbols {} |
std::optional< size_t > | nIncompressibleSamples {} |
std::optional< source_type > | min {} |
std::optional< source_type > | max {} |
Definition at line 31 of file properties.h.
using o2::rans::CoderProperties< source_T >::source_type = source_T |
Definition at line 32 of file properties.h.
internal::DictSizeEstimate o2::rans::CoderProperties< source_T >::dictSizeEstimate {} |
Definition at line 34 of file properties.h.
std::optional<source_type> o2::rans::CoderProperties< source_T >::max {} |
Definition at line 39 of file properties.h.
std::optional<source_type> o2::rans::CoderProperties< source_T >::min {} |
Definition at line 38 of file properties.h.
std::optional<size_t> o2::rans::CoderProperties< source_T >::nIncompressibleSamples {} |
Definition at line 37 of file properties.h.
std::optional<size_t> o2::rans::CoderProperties< source_T >::nIncompressibleSymbols {} |
Definition at line 36 of file properties.h.
std::optional<size_t> o2::rans::CoderProperties< source_T >::renormingPrecisionBits {} |
Definition at line 35 of file properties.h.