Lines Matching refs:Prefix
47 """Represent a bytes object. Can read bits and prefix codes the way
120 """Number of bits in the prefix notation of this symbol
208 """A decoder for the Code class that uses a prefix code.
212 to a prefix decoder, or pass decodeTable at init.
329 """This routine makes sure the prefix decoder is activated.
335 If you use setDecode or setLength, you have a prefix code,
559 #For prefix codes
561 """Header of prefix codes.
997 #Prefix alphabets for the data stream----------------------------------
1395 #make empty prefix code explicit
1425 """give alphabet the prefix code that is read from the stream
1454 #construct the alphabet prefix code
1574 print('End of table. Prefix code '+alphabet.name+':')
1607 #keep the number of each kind of prefix tree for the last loop
1611 print('Prefix code lists'.center(60, '-'))
1724 (In other words, the number of prefix trees)
1728 description='{} prefix
1782 """Read prefix code array"""
1804 prefixCodes[kind][#]: the prefix codes
2152 0 LT# 0: 1 literal prefix tree
2153 0 DT# 0: 1 distance prefix tree
2154 ---------------------Prefix code lists----------------------
2193 End of table. Prefix code L0:
2260 0 LT# 0: 1 literal prefix tree
2261 0 DT# 0: 1 distance prefix tree
2262 ---------------------Prefix code lists----------------------
2300 0 LT# 0: 1 literal prefix tree
2301 0 DT# 0: 1 distance prefix tree
2302 ---------------------Prefix code lists----------------------