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. |
RAPP Compute layer binary scatter.
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.
[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. |