Home
last modified time | relevance | path

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

/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp1712 size_t numcodes_ll, numcodes_d, i; in deflateDynamic() local
1766 numcodes_ll = tree_ll.numcodes; if(numcodes_ll > 286) numcodes_ll = 286; in deflateDynamic()
1769 …for(i = 0; i < numcodes_ll; i++) uivector_push_back(&bitlen_lld, HuffmanTree_getLength(&tree_ll, (… in deflateDynamic()
1867 HLIT = (unsigned)(numcodes_ll - 257); in deflateDynamic()