rc_scatter_bin.h File Reference

RAPP Compute layer binary scatter. More...

Go to the source code of this file.

Functions

RC_EXPORT int rc_scatter_bin (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict map, int map_dim, const uint8_t *restrict pack, int width, int height)
 Binary image scatter.

Detailed Description

RAPP Compute layer binary scatter.


Function Documentation

RC_EXPORT int rc_scatter_bin ( uint8_t *restrict  dst,
int  dst_dim,
const uint8_t *restrict  map,
int  map_dim,
const uint8_t *restrict  pack,
int  width,
int  height 
)

Binary image scatter.

Parameters:
[out] dst Destination pixel buffer.
dst_dim Row dimension of the destination buffer.
[in] map Binary map pixel buffer.
map_dim Row dimension of the map buffer.
[in] pack Pixel buffer with pixels to scatter.
width Image width in pixels.
height Image height in pixels.
Returns:
The number of pixels scattered.

Generated on 1 Jun 2016 for RAPP Compute by  doxygen 1.6.1