Home
last modified time | relevance | path

Searched defs:windowsize (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/lodepng/
Dlodepng.h361 …unsigned windowsize; /*must be a power of two <= 32768. higher compresses more but is slower. Defa… member
Dlodepng.c1590 static unsigned hash_init(Hash * hash, unsigned windowsize) in hash_init()
1683 … const unsigned char * in, size_t inpos, size_t insize, unsigned windowsize, in encodeLZ77()