![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Common things for range encoder and decoder. More...
#include "common.h"Go to the source code of this file.
Macros | |
| #define | RC_SHIFT_BITS 8 |
| #define | RC_TOP_BITS 24 |
| #define | RC_TOP_VALUE (UINT32_C(1) << RC_TOP_BITS) |
| #define | RC_BIT_MODEL_TOTAL_BITS 11 |
| #define | RC_BIT_MODEL_TOTAL (UINT32_C(1) << RC_BIT_MODEL_TOTAL_BITS) |
| #define | RC_MOVE_BITS 5 |
| #define | bit_reset(prob) |
| #define | bittree_reset(probs, bit_levels) |
Common things for range encoder and decoder.
| #define bit_reset | ( | prob | ) |
| #define bittree_reset | ( | probs, | |
| bit_levels ) |
| #define RC_BIT_MODEL_TOTAL (UINT32_C(1) << RC_BIT_MODEL_TOTAL_BITS) |
| #define RC_BIT_MODEL_TOTAL_BITS 11 |
| #define RC_MOVE_BITS 5 |
| #define RC_SHIFT_BITS 8 |
| #define RC_TOP_BITS 24 |
| #define RC_TOP_VALUE (UINT32_C(1) << RC_TOP_BITS) |