This commit is contained in:
Ryan Oldenburg 2022-05-25 23:51:07 -05:00
parent 43b776bb94
commit 123ac5e555

View file

@ -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