|
xrif
A fast lossless compression system
|
Implementation of xrif previous frame differencing. More...
Implementation of xrif previous frame differencing.
Definition in file xrif_difference_previous.c.
#include "xrif.h"
Go to the source code of this file.
Functions | |
| xrif_error_t | xrif_difference_previous_sint16 (xrif_t handle) |
| xrif_error_t | xrif_difference_previous_sint32 (xrif_t handle) |
| xrif_error_t | xrif_difference_previous_sint64 (xrif_t handle) |
| xrif_error_t | xrif_difference_previous (xrif_t handle) |
| Difference the images using the previous image as a reference. More... | |
| xrif_error_t | xrif_undifference_previous_sint16 (xrif_t handle) |
| xrif_error_t | xrif_undifference_previous_sint32 (xrif_t handle) |
| xrif_error_t | xrif_undifference_previous_sint64 (xrif_t handle) |
| xrif_error_t | xrif_undifference_previous (xrif_t handle) |
| Undifference the images using the previous image as a reference. More... | |