LZSS Compression Functions

These functions implement the LZSS (Lempel-Ziv-Storer-Szymanski) compression algorithm [Storer82]. The functions perform LZSS coding with a vocabulary size of 32KB and 256-byte maximum match string length.

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.