You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In specialized scenarios where 1) a large number of small volumes to be compressed, and 2) the dimensions of these small volumes are known, one might use class SPECK3D_FLT instead. The major benefit is a smaller header (~20 byte difference) for each volume.
2D Slices
The C++ class SPECK2D_FLT is responsible for 2D SPERR compression and decompression. The source file for sperr2d is the best place to see its usage.