RAPP Compute layer 8-bit scatter. More...
Go to the source code of this file.
Functions | |
| RC_EXPORT int | rc_scatter_u8 (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict map, int map_dim, const uint8_t *restrict pack, int width, int height) |
| 8-bit image scatter. | |
RAPP Compute layer 8-bit scatter.
| RC_EXPORT int rc_scatter_u8 | ( | uint8_t *restrict | dst, | |
| int | dst_dim, | |||
| const uint8_t *restrict | map, | |||
| int | map_dim, | |||
| const uint8_t *restrict | pack, | |||
| int | width, | |||
| int | height | |||
| ) |
8-bit 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. |
1.6.1