unused
This commit is contained in:
parent
43b776bb94
commit
123ac5e555
|
@ -41,10 +41,6 @@ const
|
|||
0.uint32, 1, 3, 7, 15, 31, 63, 127, 255, 511,
|
||||
1023, 2047, 4095, 8191, 16383, 32767, 65535
|
||||
]
|
||||
biases = [ # (-1 shl n) + 1
|
||||
0.int32, -1, -3, -7, -15, -31, -63, -127, -255,
|
||||
-511, -1023, -2047, -4095, -8191, -16383, -32767
|
||||
]
|
||||
|
||||
type
|
||||
Huffman = object
|
||||
|
|
Loading…
Reference in a new issue