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