#include <elias.h>
|
static void | GammaEncode (const Var &input, std::vector< bool > *code) |
|
static void | DeltaEncode (const Var &input, std::vector< bool > *code) |
|
static void | BatchDecode (const std::vector< bool > &input, std::vector< Var > *output) |
|
template<class Var>
class fst::Elias< Var >
Definition at line 30 of file elias.h.
template<class Var >
void fst::Elias< Var >::BatchDecode |
( |
const std::vector< bool > & |
input, |
|
|
std::vector< Var > * |
output |
|
) |
| |
|
static |
template<class Var >
void fst::Elias< Var >::DeltaEncode |
( |
const Var & |
input, |
|
|
std::vector< bool > * |
code |
|
) |
| |
|
static |
template<class Var >
void fst::Elias< Var >::GammaEncode |
( |
const Var & |
input, |
|
|
std::vector< bool > * |
code |
|
) |
| |
|
static |
The documentation for this class was generated from the following file:
- /home/openfst/src/fst/openfst-1.8.4/src/include/fst/extensions/compress/elias.h