xrif
A fast lossless compression system
|
Implementation of xrif first frame differencing. More...
Implementation of xrif first frame differencing.
Definition in file xrif_difference_first.c.
#include "xrif.h"
Go to the source code of this file.
Functions | |
xrif_error_t | xrif_difference_first_sint16 (xrif_t handle) |
xrif_error_t | xrif_difference_first_sint32 (xrif_t handle) |
xrif_error_t | xrif_difference_first_sint64 (xrif_t handle) |
xrif_error_t | xrif_difference_first (xrif_t handle) |
Difference the images using the first image as a reference. More... | |
xrif_error_t | xrif_undifference_first_sint16 (xrif_t handle) |
xrif_error_t | xrif_undifference_first_sint32 (xrif_t handle) |
xrif_error_t | xrif_undifference_first_sint64 (xrif_t handle) |
xrif_error_t | xrif_undifference_first (xrif_t handle) |
Undifference the images using the first image as a reference. More... | |