#include "../../../common/VXLIB_types.h"
Go to the source code of this file.
|
VXLIB_STATUS | VXLIB_tableLookup_i16s_o16s (const int16_t src[restrict], const VXLIB_bufParams2D_t *src_addr, int16_t dst[restrict], const VXLIB_bufParams2D_t *dst_addr, const int16_t lut[restrict], uint32_t count, uint16_t offset) |
|
VXLIB_STATUS | VXLIB_tableLookup_i16s_o16s_checkParams (const int16_t src[], const VXLIB_bufParams2D_t *src_addr, const int16_t dst[], const VXLIB_bufParams2D_t *dst_addr, const int16_t lut[], uint32_t count, uint16_t offset) |
|