Home
last modified time | relevance | path

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

/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp1322 unsigned length_code = (unsigned)searchCodeIndex(LENGTHBASE, 29, length); in addLengthDistance() local
1323 unsigned extra_length = (unsigned)(length - LENGTHBASE[length_code]); in addLengthDistance()
1327 uivector_push_back(values, length_code + FIRST_LENGTH_CODE_INDEX); in addLengthDistance()