![]() |
VXLIB User Guide
|
Structure that is reserved for internal use by the kernel.
Definition at line 164 of file VXLIB_box_priv.h.
Data Fields | |
| VXLIB_box_InitArgs | pKerInitArgs |
| Initargs of the kernel. More... | |
| pFxnVXLIB_box_exec | execute |
| Function pointer to point to the right execution variant between VXLIB_box_exec_cn and VXLIB_box_exec_ci. More... | |
| size_t | width |
| Width of image More... | |
| size_t | height |
| Height of image More... | |
| size_t | strideInElements |
| Stride of input in elements. More... | |
| size_t | strideOutElements |
| Stride of output in elements. More... | |
| size_t | numBlocks |
| Number of blocks to be processed after simidfication. More... | |
| uint8_t | bufPblock [VXLIB_BOX_IXX_IXX_OXX_PBLOCK_SIZE] |
| Array to hold SE/SA params. More... | |
| VXLIB_box_InitArgs VXLIB_box_PrivArgs::pKerInitArgs |
Initargs of the kernel.
Definition at line 166 of file VXLIB_box_priv.h.
| pFxnVXLIB_box_exec VXLIB_box_PrivArgs::execute |
Function pointer to point to the right execution variant between VXLIB_box_exec_cn and VXLIB_box_exec_ci.
Definition at line 171 of file VXLIB_box_priv.h.
| size_t VXLIB_box_PrivArgs::width |
Width of image
Definition at line 174 of file VXLIB_box_priv.h.
| size_t VXLIB_box_PrivArgs::height |
Height of image
Definition at line 176 of file VXLIB_box_priv.h.
| size_t VXLIB_box_PrivArgs::strideInElements |
Stride of input in elements.
Definition at line 179 of file VXLIB_box_priv.h.
| size_t VXLIB_box_PrivArgs::strideOutElements |
Stride of output in elements.
Definition at line 182 of file VXLIB_box_priv.h.
| size_t VXLIB_box_PrivArgs::numBlocks |
Number of blocks to be processed after simidfication.
Definition at line 185 of file VXLIB_box_priv.h.
| uint8_t VXLIB_box_PrivArgs::bufPblock[VXLIB_BOX_IXX_IXX_OXX_PBLOCK_SIZE] |
Array to hold SE/SA params.
Definition at line 188 of file VXLIB_box_priv.h.