Home
last modified time | relevance | path

Searched refs:usezeros (Results 1 – 1 of 1) sorted by relevance

/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp1440 …unsigned usezeros = 1; /*not sure if setting it to false for windowsize < 8192 is better or worse*/ in encodeLZ77() local
1465 if(usezeros && hashval == 0) in encodeLZ77()
1501 … if(usezeros && hashval == 0 && hash->val[hashpos] == 0 /*hashval[hashpos] may be out of date*/) in encodeLZ77()
1581 if(usezeros && hashval == 0) in encodeLZ77()