13#ifndef LZMA_H_INTERNAL
14# error Never include this file directly. Use <lzma.h> instead.
23#define LZMA_FILTER_DELTA LZMA_VLI_C(0x03)
62# define LZMA_DELTA_DIST_MIN 1
67# define LZMA_DELTA_DIST_MAX 256
78 uint32_t reserved_int1;
81 uint32_t reserved_int2;
84 uint32_t reserved_int3;
87 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