BitMagic-C++
|
Elias Gamma decoder. More...
#include <encoding.h>
Public Member Functions | |
gamma_decoder (TBitIO &bin) | |
void | start () |
Start encoding sequence. More... | |
void | stop () |
Stop decoding sequence. More... | |
T | operator() (void) |
Decode word. More... | |
gamma_decoder (TBitIO &bin) | |
void | start () |
Start encoding sequence. More... | |
void | stop () |
Stop decoding sequence. More... | |
T | operator() (void) |
Decode word. More... | |
Elias Gamma decoder.
Definition at line 334 of file encoding.h.
|
inline |
Definition at line 337 of file encoding.h.
Referenced by bm::gamma_decoder< T, TBitIO >::operator()().
|
inline |
|
inline |
Decode word.
Definition at line 63 of file bmgamma.h.
References bm::gamma_decoder< T, TBitIO >::gamma_decoder().
|
inline |
Decode word.
Definition at line 352 of file encoding.h.
|
inline |
|
inline |
Start encoding sequence.
Definition at line 342 of file encoding.h.
|
inline |
|
inline |
Stop decoding sequence.
Definition at line 347 of file encoding.h.