Functions | |
VXLIB_STATUS | VXLIB_histogramSimple_i8u_o32u (const uint8_t src[restrict], const VXLIB_bufParams2D_t *src_addr, uint32_t dist[restrict], uint32_t scratch[restrict], uint32_t *minValue, uint8_t lastBlock) |
VXLIB_STATUS | VXLIB_histogramSimple_i8u_o32u_checkParams (const uint8_t src[], const VXLIB_bufParams2D_t *src_addr, const uint32_t dist[], const uint32_t scratch[], const uint32_t *minValue, uint8_t lastBlock) |
VXLIB_STATUS VXLIB_histogramSimple_i8u_o32u | ( | const uint8_t | src[restrict], |
const VXLIB_bufParams2D_t * | src_addr, | ||
uint32_t | dist[restrict], | ||
uint32_t | scratch[restrict], | ||
uint32_t * | minValue, | ||
uint8_t | lastBlock | ||
) |
[in] | src[] | Pointer to array containing first input image (UQ8.0) |
[in] | src_addr[] | Pointer to structure containing dimensional information of src |
[out] | dist[] | Pointer to array containing the distribution (UQ32.0) |
[in,out] | scratch[] | Pointer to array containing the intermediate distribution data (UQ32.0) |
[out] | *minValue | Pointer to minimum input value in the image (UQ32.0) |
[in] | lastBlock | Flag that indicates if the function call is the final call for the image (0: intermediate call, 1: Final call) |
VXLIB_STATUS VXLIB_histogramSimple_i8u_o32u_checkParams | ( | const uint8_t | src[], |
const VXLIB_bufParams2D_t * | src_addr, | ||
const uint32_t | dist[], | ||
const uint32_t | scratch[], | ||
const uint32_t * | minValue, | ||
uint8_t | lastBlock | ||
) |
[in] | src[] | Pointer to array containing input image (UQ8.0) |
[in] | src_addr[] | Pointer to structure containing dimensional information of src |
[out] | dist[] | Pointer to array containing the distribution (UQ32.0) |
[in,out] | scratch[] | Pointer to array containing the distribution (UQ32.0) |
[out] | *minValue | Pointer to minimum input value in the image (UQ32.0) |
[in] | lastBlock | Flag that indicates if the function call is the final call for the image (0: intermediate call, 1: Final call) |