15#ifndef LZMA_H_INTERNAL
16# error Never include this file directly. Use <lzma.h> instead.
25#define LZMA_FILTER_DELTA LZMA_VLI_C(0x03)
60# define LZMA_DELTA_DIST_MIN 1
61# define LZMA_DELTA_DIST_MAX 256
70 uint32_t reserved_int1;
71 uint32_t reserved_int2;
72 uint32_t reserved_int3;
73 uint32_t reserved_int4;
type
Definition test-lz4-speed.py:247
Options for the Delta filter.
Definition delta.h:45
lzma_delta_type
Type of the delta calculation.
Definition delta.h:35
@ LZMA_DELTA_TYPE_BYTE
Definition delta.h:36