|
JASSv2
|
lookup table storing how many integers are encoded and how they are encoded, More...
#include <compress_integer_relative_10.h>
Public Attributes | |
| uint32_t | numbers |
| how many integers | |
| uint32_t | bits |
| how many bits they take | |
| uint32_t | mask |
| the mask to extract one | |
| uint32_t | transfer_array [10] |
| which selector to use when encoding | |
| uint32_t | relative_row [4] |
| given the previous row and a 2 bit selector, this is the new row to use | |
lookup table storing how many integers are encoded and how they are encoded,
1.8.13