Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.h311 …unsigned windowsize; /*must be a power of two <= 32768. higher compresses more but is slower. Defa… member
Dlodepng.c1506 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()