Functions | |
VXLIB_STATUS | VXLIB_convolve_7x7_i8u_c16s_o8u (const uint8_t src[restrict], const VXLIB_bufParams2D_t *src_addr, uint8_t dst[restrict], const VXLIB_bufParams2D_t *dst_addr, const int16_t conv_mat[restrict], uint32_t shift) |
VXLIB_STATUS | VXLIB_convolve_7x7_i8u_c16s_o8u_checkParams (const uint8_t src[restrict], const VXLIB_bufParams2D_t *src_addr, const uint8_t dst[restrict], const VXLIB_bufParams2D_t *dst_addr, const int16_t conv_mat[restrict], uint32_t shift) |
VXLIB_STATUS VXLIB_convolve_7x7_i8u_c16s_o8u | ( | const uint8_t | src[restrict], |
const VXLIB_bufParams2D_t * | src_addr, | ||
uint8_t | dst[restrict], | ||
const VXLIB_bufParams2D_t * | dst_addr, | ||
const int16_t | conv_mat[restrict], | ||
uint32_t | shift | ||
) |
[in] | src[] | Pointer to array containing input image (UQ8.0) |
[in] | src_addr[] | Pointer to structure containing dimensional information of src |
[out] | dst[] | Pointer to array containing output image (UQ8.0) |
[in] | dst_addr[] | Pointer to structure containing dimensional information of dst |
[in] | conv_mat[] | Pointer to array containing the convolution matrix (SQ15.0) |
[in] | shift | Value to right shift the sum of products of the 49 neighborhood pixels |
VXLIB_STATUS VXLIB_convolve_7x7_i8u_c16s_o8u_checkParams | ( | const uint8_t | src[restrict], |
const VXLIB_bufParams2D_t * | src_addr, | ||
const uint8_t | dst[restrict], | ||
const VXLIB_bufParams2D_t * | dst_addr, | ||
const int16_t | conv_mat[restrict], | ||
uint32_t | shift | ||
) |
[in] | src[] | Pointer to array containing input image (UQ8.0) |
[in] | src_addr[] | Pointer to structure containing dimensional information of src |
[out] | dst[] | Pointer to array containing output image (UQ8.0) |
[in] | dst_addr[] | Pointer to structure containing dimensional information of dst |
[in] | conv_mat[] | Pointer to array containing the convolution matrix (SQ15.0) |
[in] | shift | Value to right shift the sum of products of the 49 neighborhood pixels |