Searched defs:windowsize (Results 1 – 2 of 2) sorted by relevance
311 …unsigned windowsize; /*must be a power of two <= 32768. higher compresses more but is slower. Defa… member
1506 static unsigned hash_init(Hash* hash, unsigned windowsize) { in hash_init()1593 … const unsigned char* in, size_t inpos, size_t insize, unsigned windowsize, in encodeLZ77()