Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/jffs2/
H A Dmini_inflate.c55 stream->distance.bits = 16; in init_stream()
56 stream->distance.num_symbols = 32; in init_stream()
57 stream->distance.lengths = stream->distance_lengths; in init_stream()
58 stream->distance.symbols = stream->distance_symbols; in init_stream()
59 stream->distance.count = stream->distance_count; in init_stream()
60 stream->distance.first = stream->distance_first; in init_stream()
61 stream->distance.pos = stream->distance_pos; in init_stream()
144 struct huffman_set *distance = &(stream->distance); in decompress_huffman() local
166 if ((symbol = read_symbol(stream, distance)) < 0) in decompress_huffman()
228 struct huffman_set *distance = &(stream->distance); in decompress_dynamic() local
[all …]
/rk3399_rockchip-uboot/lib/lzma/
H A DLzmaDec.c241 UInt32 distance; in LzmaDec_DecodeReal() local
247 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() local
310 TREE_6_DECODE(prob, distance); in LzmaDec_DecodeReal()
311 if (distance >= kStartPosModelIndex) in LzmaDec_DecodeReal()
313 unsigned posSlot = (unsigned)distance; in LzmaDec_DecodeReal()
314 int numDirectBits = (int)(((distance >> 1) - 1)); in LzmaDec_DecodeReal()
[all …]
/rk3399_rockchip-uboot/lib/zlib/
H A Ddeflate.h326 # define _tr_tally_dist(s, distance, length, flush) \ argument
328 ush dist = (distance); \
338 # define _tr_tally_dist(s, distance, length, flush) \ argument
339 flush = _tr_tally(s, distance, length)
/rk3399_rockchip-uboot/include/jffs2/
H A Dmini_inflate.h60 struct huffman_set distance; member
/rk3399_rockchip-uboot/drivers/video/drm/
H A Dlibnsbmp.c1324 int x, y, cur, distance = (1 << 24); in ico_find() local
1336 if (cur < distance) { in ico_find()
1337 distance = cur; in ico_find()