63 #ifndef HWA_DMPAC_SDE_H_ 64 #define HWA_DMPAC_SDE_H_ 67 #include <VX/vx_kernels.h> 81 #define TIVX_KERNEL_DMPAC_SDE_NAME "com.ti.hwa.dmpac_sde" 92 #define TIVX_DMPAC_SDE_CMD_SET_HTS_LIMIT (0x10000000u) 100 #define TIVX_DMPAC_SDE_CMD_GET_ERR_STATUS (0x10000002u) 139 uint16_t confidence_score_map[8];
struct _vx_image * vx_image
uint16_t aggregation_penalty_p2
uint16_t median_filter_enable
uint16_t aggregation_penalty_p1
struct _vx_distribution * vx_distribution
void tivx_dmpac_sde_params_init(tivx_dmpac_sde_params_t *prms)
Function to initialize SDE Parameters.
void tivxUnRegisterHwaTargetDmpacSdeKernels(void)
Function to un-register HWA Kernels on the dmpac_sde Target.
The configuration data structure used by the TIVX_KERNEL_DMPAC_SDE kernel.
uint16_t threshold_texture
uint16_t texture_filter_enable
struct _vx_user_data_object * vx_user_data_object
The User Data Object. User Data Object is a strongly-typed container for other data structures...
uint16_t reduced_range_search_enable
uint16_t threshold_left_right
VX_API_ENTRY vx_node VX_API_CALL tivxDmpacSdeNode(vx_graph graph, vx_user_data_object configuration, vx_image left, vx_image right, vx_image output, vx_distribution confidence_histogram)
[Graph] Creates a DMPAC_SDE Node.
struct _vx_graph * vx_graph
struct _vx_node * vx_node
void tivxRegisterHwaTargetDmpacSdeKernels(void)
Function to register HWA Kernels on the dmpac_sde Target.
vx_status(* VX_API_CALL)(vx_reference *ref)
Callback type used to register release callbacks from object dervied from references.