Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
template<typename OStream > | |
static void | GolombRiceEncode (BitStreamWriter< OStream > &bitwriter, uint8_t P, uint64_t x) |
template<typename IStream > | |
static uint64_t | GolombRiceDecode (BitStreamReader< IStream > &bitreader, uint8_t P) |
|
static |
Definition at line 30 of file golombrice.h.
|
static |
Definition at line 13 of file golombrice.h.