rc_expand_bin.h File Reference
RAPP Compute layer binary 2x expansion.
More...
Go to the source code of this file.
Functions |
RC_EXPORT void | rc_expand_1x2_bin (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, int width, int height) |
| Binary 1x2 expansion.
|
RC_EXPORT void | rc_expand_2x1_bin (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, int width, int height) |
| Binary 2x1 expansion.
|
RC_EXPORT void | rc_expand_2x2_bin (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, int width, int height) |
| Binary 2x2 expansion.
|
Detailed Description
RAPP Compute layer binary 2x expansion.
Function Documentation
RC_EXPORT void rc_expand_1x2_bin |
( |
uint8_t *restrict |
dst, |
|
|
int |
dst_dim, |
|
|
const uint8_t *restrict |
src, |
|
|
int |
src_dim, |
|
|
int |
width, |
|
|
int |
height | |
|
) |
| | |
Binary 1x2 expansion.
- Parameters:
-
[out] | dst | Destination pixel buffer. |
| dst_dim | Row dimension of the destination buffer. |
[in] | src | Source pixel buffer. |
| src_dim | Row dimension of the source buffer. |
| width | Source image width in pixels. |
| height | Image height in pixels. |
RC_EXPORT void rc_expand_2x1_bin |
( |
uint8_t *restrict |
dst, |
|
|
int |
dst_dim, |
|
|
const uint8_t *restrict |
src, |
|
|
int |
src_dim, |
|
|
int |
width, |
|
|
int |
height | |
|
) |
| | |
Binary 2x1 expansion.
- Parameters:
-
[out] | dst | Destination pixel buffer. |
| dst_dim | Row dimension of the destination buffer. |
[in] | src | Source pixel buffer. |
| src_dim | Row dimension of the source buffer. |
| width | Image width in pixels. |
| height | Source image height in pixels. |
RC_EXPORT void rc_expand_2x2_bin |
( |
uint8_t *restrict |
dst, |
|
|
int |
dst_dim, |
|
|
const uint8_t *restrict |
src, |
|
|
int |
src_dim, |
|
|
int |
width, |
|
|
int |
height | |
|
) |
| | |
Binary 2x2 expansion.
- Parameters:
-
[out] | dst | Destination pixel buffer. |
| dst_dim | Row dimension of the destination buffer. |
[in] | src | Source pixel buffer. |
| src_dim | Row dimension of the source buffer. |
| width | Source image width in pixels. |
| height | Source image height in pixels. |