xrif
A fast lossless compression system
|
Modules | |
No reordering | |
Bytepack reordering | |
Functions | |
xrif_error_t | xrif_reorder (xrif_t handle) |
Reorder the data using the method specified by reorder_method More... | |
xrif_error_t | xrif_unreorder (xrif_t handle) |
Un-reorder the data using the method specified by reorder_method More... | |
xrif_error_t xrif_reorder | ( | xrif_t | handle | ) |
Reorder the data using the method specified by reorder_method
[in,out] | handle | [in/out] the xrif handle |
Definition at line 1227 of file xrif.c.
References xrif_handle::reorder_method.
xrif_error_t xrif_unreorder | ( | xrif_t | handle | ) |
Un-reorder the data using the method specified by reorder_method
[in,out] | handle | [in/out] the xrif handle |
Definition at line 1248 of file xrif.c.
References xrif_handle::reorder_method.