xrif
A fast lossless compression system
xrif_difference_pixel.c File Reference

Implementation of xrif first frame differencing. More...

Implementation of xrif first frame differencing.

Author
Jared R. Males (jared.nosp@m.male.nosp@m.s@gma.nosp@m.il.c.nosp@m.om)

Definition in file xrif_difference_pixel.c.

#include "xrif.h"
Include dependency graph for xrif_difference_pixel.c:

Go to the source code of this file.

Functions

xrif_error_t xrif_difference_pixel_sint8 (xrif_t handle)
 
xrif_error_t xrif_difference_pixel_sint16 (xrif_t handle)
 
xrif_error_t xrif_difference_pixel_sint32 (xrif_t handle)
 
xrif_error_t xrif_difference_pixel_sint64 (xrif_t handle)
 
xrif_error_t xrif_difference_pixel (xrif_t handle)
 Difference the images using the previous pixel as a reference. More...
 
xrif_error_t xrif_undifference_pixel_sint8 (xrif_t handle)
 
xrif_error_t xrif_undifference_pixel_sint16 (xrif_t handle)
 
xrif_error_t xrif_undifference_pixel_sint32 (xrif_t handle)
 
xrif_error_t xrif_undifference_pixel_sint64 (xrif_t handle)
 
xrif_error_t xrif_undifference_pixel (xrif_t handle)
 Undifference the images using the previous pixel as a reference. More...