Searched refs:distance (Results 1 – 4 of 4) sorted by relevance
53 stream->distance.bits = 16; in init_stream()54 stream->distance.num_symbols = 32; in init_stream()142 struct huffman_set *distance = &(stream->distance); in decompress_huffman() local226 struct huffman_set *distance = &(stream->distance); in decompress_dynamic() local237 init_code_tables(distance); in decompress_dynamic()294 distance->count[symbol]++; in decompress_dynamic()301 distance->count[last_code]++; in decompress_dynamic()311 fill_code_tables(distance); in decompress_dynamic()322 struct huffman_set *distance = &(stream->distance); in decompress_fixed() local337 distance->count[5] = 32; in decompress_fixed()[all …]
241 UInt32 distance; in LzmaDec_DecodeReal() local247 distance = rep1; in LzmaDec_DecodeReal()256 distance = rep2; in LzmaDec_DecodeReal()261 distance = rep3; in LzmaDec_DecodeReal()267 rep0 = distance; in LzmaDec_DecodeReal()307 UInt32 distance; in LzmaDec_DecodeReal() local310 TREE_6_DECODE(prob, distance); in LzmaDec_DecodeReal()315 distance = (2 | (distance & 1)); in LzmaDec_DecodeReal()318 distance <<= numDirectBits; in LzmaDec_DecodeReal()349 distance = (distance << 1) + (t + 1); in LzmaDec_DecodeReal()[all …]
326 # define _tr_tally_dist(s, distance, length, flush) \ argument328 ush dist = (distance); \338 # define _tr_tally_dist(s, distance, length, flush) \ argument339 flush = _tr_tally(s, distance, length)
58 struct huffman_set distance; member
Completed in 11 milliseconds