xrif
A fast lossless compression system

Collaboration diagram for Reordering:

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

Function Documentation

◆ xrif_reorder()

xrif_error_t xrif_reorder ( xrif_t  handle)

Reorder the data using the method specified by reorder_method

Returns
XRIF_ERROR_NONE on success
an error code on an error.
Parameters
[in,out]handle[in/out] the xrif handle

Definition at line 1227 of file xrif.c.

References xrif_handle::reorder_method.

◆ xrif_unreorder()

xrif_error_t xrif_unreorder ( xrif_t  handle)

Un-reorder the data using the method specified by reorder_method

Returns
XRIF_ERROR_NONE on success
an error code on an error.
Parameters
[in,out]handle[in/out] the xrif handle

Definition at line 1248 of file xrif.c.

References xrif_handle::reorder_method.