Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
range_encoder.h File Reference

Range Encoder. More...

#include "range_common.h"
#include "price.h"

Go to the source code of this file.

Data Structures

struct  lzma_range_encoder
 

Macros

#define RC_SYMBOLS_MAX   53
 

Detailed Description

Range Encoder.

Macro Definition Documentation

◆ RC_SYMBOLS_MAX

#define RC_SYMBOLS_MAX   53

Maximum number of symbols that can be put pending into lzma_range_encoder structure between calls to lzma_rc_encode(). For LZMA, 48+5 is enough (match with big distance and length followed by range encoder flush).