/home/steven/tmp/wz/xz-utils/xz-utils-4.999.9beta+20100131/src/liblzma/api/lzma/subblock.h File Reference

Subblock filter. More...


Data Structures

struct  lzma_options_subblock
 Options for the Subblock filter. More...

Defines

#define LZMA_FILTER_SUBBLOCK   LZMA_VLI_C(0x01)
 Filter ID.
#define LZMA_SUBBLOCK_ALIGNMENT_MIN   1
#define LZMA_SUBBLOCK_ALIGNMENT_MAX   32
#define LZMA_SUBBLOCK_ALIGNMENT_DEFAULT   4
#define LZMA_SUBBLOCK_DATA_SIZE_MIN   1
#define LZMA_SUBBLOCK_DATA_SIZE_MAX   (UINT32_C(1) << 28)
#define LZMA_SUBBLOCK_DATA_SIZE_DEFAULT   4096
#define LZMA_SUBBLOCK_RLE_OFF   0
#define LZMA_SUBBLOCK_RLE_MIN   1
#define LZMA_SUBBLOCK_RLE_MAX   256

Enumerations

enum  lzma_subfilter_mode { LZMA_SUBFILTER_NONE, LZMA_SUBFILTER_SET, LZMA_SUBFILTER_RUN, LZMA_SUBFILTER_FINISH }
 Subfilter mode. More...


Detailed Description

Subblock filter.


Define Documentation

#define LZMA_FILTER_SUBBLOCK   LZMA_VLI_C(0x01)

Filter ID.

Filter ID of the Subblock filter. This is used as lzma_filter.id.

Referenced by lzma_chunk_size().


Enumeration Type Documentation

Subfilter mode.

See lzma_options_subblock.subfilter_mode for details.

Enumerator:
LZMA_SUBFILTER_NONE  No Subfilter is in use.
LZMA_SUBFILTER_SET  New Subfilter has been requested to be initialized.
LZMA_SUBFILTER_RUN  Subfilter is active.
LZMA_SUBFILTER_FINISH  Subfilter has been requested to be finished.


Generated on Mon Feb 15 15:28:21 2010 for XZ Utils by  doxygen 1.5.6