Expand description
A collection of functions used to prepare data for compression.
Constantsยง
- SCRATCH_
SPACE ๐
Functionsยง
- differences_
to_ samples - Integrate over all differences to the previous value in order to reconstruct sample values.
- interleave_
byte_ blocks - Interleave the bytes such that the second half of the array is every other byte.
- samples_
to_ differences - Derive over all values in order to produce differences to the previous value.
- separate_
bytes_ fragments - Separate the bytes such that the second half contains every other byte. This performs deinterleaving - the inverse of interleaving.
- with_
reused_ ๐buffer