|
ReactOS 0.4.16-dev-1946-g52006dd
|
Public Attributes | |
| symbolEncodingType_e | hType |
| BYTE | hufDesBuffer [500] |
| size_t | hufDesSize |
ZSTD_hufCTablesMetadata_t : Stores Literals Block Type for a super-block in hType, and huffman tree description in hufDesBuffer. hufDesSize refers to the size of huffman tree description in bytes. This metadata is populated in ZSTD_buildSuperBlockEntropy_literal()
Definition at line 30 of file zstd_compress_superblock.c.
| symbolEncodingType_e ZSTD_hufCTablesMetadata_t::hType |
Definition at line 31 of file zstd_compress_superblock.c.
Referenced by ZSTD_buildSuperBlockEntropy_literal(), ZSTD_compressSubBlock_literal(), ZSTD_compressSubBlock_multi(), and ZSTD_estimateSubBlockSize_literal().
| BYTE ZSTD_hufCTablesMetadata_t::hufDesBuffer[500] |
Definition at line 32 of file zstd_compress_superblock.c.
Referenced by ZSTD_buildSuperBlockEntropy_literal(), and ZSTD_compressSubBlock_literal().
| size_t ZSTD_hufCTablesMetadata_t::hufDesSize |
Definition at line 33 of file zstd_compress_superblock.c.
Referenced by ZSTD_buildSuperBlockEntropy(), ZSTD_compressSubBlock_literal(), and ZSTD_estimateSubBlockSize_literal().