Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lodepng/
Dlodepng.c646 static const unsigned LENGTHBASE[29] variable
1351 length = LENGTHBASE[code_ll - FIRST_LENGTH_CODE_INDEX]; in inflateHuffmanBlock()
1556 unsigned length_code = (unsigned)searchCodeIndex(LENGTHBASE, 29, length); in addLengthDistance()
1557 unsigned extra_length = (unsigned)(length - LENGTHBASE[length_code]); in addLengthDistance()