#include "../../../common/VXLIB_types.h"
Go to the source code of this file.
|
VXLIB_STATUS | VXLIB_warpAffineNearest_bc_i8u_c32f_o8u (const uint8_t src[restrict], const VXLIB_bufParams2D_t *src_addr, uint8_t dst[restrict], const VXLIB_bufParams2D_t *dst_addr, const VXLIB_F32 warpMatrix[6], uint8_t border_constant_value, int16_t srcOffsetX, int16_t srcOffsetY, int16_t dstOffsetX, int16_t dstOffsetY) |
|
VXLIB_STATUS | VXLIB_warpAffineNearest_bc_i8u_c32f_o8u_checkParams (const uint8_t src[restrict], const VXLIB_bufParams2D_t *src_addr, uint8_t dst[restrict], const VXLIB_bufParams2D_t *dst_addr, const VXLIB_F32 warpMatrix[6], uint8_t border_constant_value, int16_t srcOffsetX, int16_t srcOffsetY, int16_t dstOffsetX, int16_t dstOffsetY) |
|