#include <DRCoder.hpp>
Definition at line 12 of file DRCoder.hpp.
◆ decode()
template<typename rhs_t >
void tdc::esp::DHuffman::decode |
( |
rhs_t & |
rhs, |
|
|
std::shared_ptr< BitIStream > & |
in, |
|
|
size_t |
bit_width, |
|
|
size_t |
max_value |
|
) |
| const |
|
inline |
◆ encode()
template<typename rhs_t >
void tdc::esp::DHuffman::encode |
( |
const rhs_t & |
rhs, |
|
|
std::shared_ptr< BitOStream > & |
out, |
|
|
size_t |
bit_width, |
|
|
size_t |
max_value |
|
) |
| const |
|
inline |
◆ meta()
static Meta tdc::esp::DHuffman::meta |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: