rapp_cond.h File Reference

RAPP conditional set, copy, and add operations. More...

Go to the source code of this file.

Functions

int rapp_cond_set_u8 (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict map, int map_dim, int width, int height, unsigned value)
 Set pixels conditionally.
int rapp_cond_addc_u8 (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict map, int map_dim, int width, int height, int value)
 Add signed constant conditionally.
int rapp_cond_copy_u8 (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, const uint8_t *restrict map, int map_dim, int width, int height)
 Copy pixels conditionally.
int rapp_cond_add_u8 (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, const uint8_t *restrict map, int map_dim, int width, int height)
 Add pixels conditionally.

Detailed Description

RAPP conditional set, copy, and add operations.


Generated on 1 Jun 2016 for RAPP by  doxygen 1.6.1