]> git.ipfire.org Git - thirdparty/zstd.git/commit
introduced LitHufLog constant
authorYann Collet <yann.collet.73@gmail.com>
Sat, 22 Jan 2022 01:13:33 +0000 (17:13 -0800)
committerYann Collet <cyan@fb.com>
Wed, 26 Jan 2022 22:47:24 +0000 (14:47 -0800)
commita66e8bb437203df68910f9d898dd9434bbf8f08a
treecf3be62d9d8b7a98769095028d4fe8624eff4cda
parent2d154e627a9961b728ee5943076c639b3942bbaa
introduced LitHufLog constant

which properly represents the maximum bit size of compressed literals (11) as defined in the specification.

To be preferred from HUF_TABLELOG_DEFAULT which represents the same value but by accident.

Name selected to keep the same convention as existing width definitions,
MLFSELog, LLFSELog and OffFSELog.
lib/common/zstd_internal.h
lib/compress/zstd_compress.c
lib/compress/zstd_compress_literals.c