#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Classes | |
class | WordBitCompress |
class | WordBitStream |
Defines | |
#define | WORD_CMPR_LOG32_BITS 5 |
#define | WORD_CMPR_LOG8_BITS 4 |
#define | WORD_CMPR_MODEL_BITS 2 |
#define | WORD_CMPR_MODEL_DECR 0 |
#define | WORD_CMPR_MODEL_FIXED 1 |
#define | WORD_CMPR_NBITS_NVALS 16 |