Home
last modified time | relevance | path

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

/external/rust/crates/libz-sys/src/zlib-ng/tools/
Dmaketrees.c26 static unsigned char length_code[MAX_MATCH-MIN_MATCH+1]; variable
50 length_code[length++] = (unsigned char)code; in tr_static_init()
57 length_code[length-1] = (unsigned char)code; in tr_static_init()
126 printf("%2u%s", length_code[i], SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header()
/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()