#include "../../../common/VXLIB_types.h"
Go to the source code of this file.
|
VXLIB_STATUS | VXLIB_histogram_i8u_o32u (const uint8_t src[restrict], const VXLIB_bufParams2D_t *src_addr, uint32_t dist[restrict], uint32_t scratch[restrict], uint8_t offset, uint16_t range, uint16_t numBins, uint8_t lastBlock) |
|
VXLIB_STATUS | VXLIB_histogram_i8u_o32u_checkParams (const uint8_t src[], const VXLIB_bufParams2D_t *src_addr, const uint32_t dist[restrict], const uint32_t scratch[restrict], uint8_t offset, uint16_t range, uint16_t numBins, uint8_t lastBlock) |
|