Home
last modified time | relevance | path

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

/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp457 static const unsigned LENGTHBASE[29] variable
1121 length = LENGTHBASE[code_ll - FIRST_LENGTH_CODE_INDEX]; in inflateHuffmanBlock()
1322 unsigned length_code = (unsigned)searchCodeIndex(LENGTHBASE, 29, length); in addLengthDistance()
1323 unsigned extra_length = (unsigned)(length - LENGTHBASE[length_code]); in addLengthDistance()