Go to the source code of this file.
◆ LZMA_DELTA_DIST_MAX
#define LZMA_DELTA_DIST_MAX 256 |
◆ LZMA_DELTA_DIST_MIN
#define LZMA_DELTA_DIST_MIN 1 |
◆ LZMA_FILTER_DELTA
Filter ID.
Filter ID of the Delta filter. This is used as lzma_filter.id.
◆ lzma_delta_type
Type of the delta calculation.
Currently only byte-wise delta is supported. Other possible types could be, for example, delta of 16/32/64-bit little/big endian integers, but these are not currently planned since byte-wise delta is almost as good.
Enumerator |
---|
LZMA_DELTA_TYPE_BYTE | |