#include "../../../common/VXLIB_types.h"
Go to the source code of this file.
|
VXLIB_STATUS | VXLIB_sobel_7x7_i8u_o32s_o32s (const uint8_t src[restrict], const VXLIB_bufParams2D_t *src_addr, int32_t dst_x[restrict], const VXLIB_bufParams2D_t *dst_x_addr, int32_t dst_y[restrict], const VXLIB_bufParams2D_t *dst_y_addr) |
|
VXLIB_STATUS | VXLIB_sobel_7x7_i8u_o32s_o32s_checkParams (const uint8_t src[restrict], const VXLIB_bufParams2D_t *src_addr, const int32_t dst_x[restrict], const VXLIB_bufParams2D_t *dst_x_addr, const int32_t dst_y[restrict], const VXLIB_bufParams2D_t *dst_y_addr) |
|