Functions | |
VXLIB_STATUS | VXLIB_convolve_5x5_i8u_c16s_o16s (const uint8_t src[restrict], const VXLIB_bufParams2D_t *src_addr, int16_t dst[restrict], const VXLIB_bufParams2D_t *dst_addr, const int16_t conv_mat[restrict], uint32_t shift) |
VXLIB_STATUS | VXLIB_convolve_5x5_i8u_c16s_o16s_checkParams (const uint8_t src[restrict], const VXLIB_bufParams2D_t *src_addr, const int16_t dst[restrict], const VXLIB_bufParams2D_t *dst_addr, const int16_t conv_mat[restrict], uint32_t shift) |
VXLIB_STATUS VXLIB_convolve_5x5_i8u_c16s_o16s | ( | const uint8_t | src[restrict], |
const VXLIB_bufParams2D_t * | src_addr, | ||
int16_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 (SQ15.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 25 neighborhood pixels |
VXLIB_STATUS VXLIB_convolve_5x5_i8u_c16s_o16s_checkParams | ( | const uint8_t | src[restrict], |
const VXLIB_bufParams2D_t * | src_addr, | ||
const int16_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 (SQ15.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 25 neighborhood pixels |