]> git.ipfire.org Git - thirdparty/zstd.git/commit
minor cleaning of huff0
authorYann Collet <cyan@fb.com>
Mon, 26 Feb 2018 22:52:23 +0000 (14:52 -0800)
committerYann Collet <cyan@fb.com>
Mon, 26 Feb 2018 22:52:23 +0000 (14:52 -0800)
commit6cdf690441a8fdcd4d19174b16f54997943b7ce2
tree27f133742a665590a6cfbc06f607aaa077261f8b
parent50bc2ce95e1f89b102a33c7c5c7047db5fcbec0f
minor cleaning of huff0

Update code documentation, and properly names a few "magic constants".
Also, HUF_compress_internal() gets a cleaner way
to determine size of tables inside workspace.
lib/common/huf.h
lib/compress/huf_compress.c
lib/decompress/huf_decompress.c