CoreFlow 1.0.0
A modern orchestration and execution runtime
|
The User Tiling Function Neighborhood declaration. More...
#include <vx_khr_tiling.h>
Public Attributes | |
vx_int32 | left |
Left of the tile block. | |
vx_int32 | right |
Right of the tile block. | |
vx_int32 | top |
Top of the tile block. | |
vx_int32 | bottom |
Bottom of the tile block. | |
The User Tiling Function Neighborhood declaration.
The author of a User Tiling Kernel will use this structure to define the neighborhood surrounding the tile block.
vx_int32 _vx_neighborhood_size_t::bottom |
Bottom of the tile block.
vx_int32 _vx_neighborhood_size_t::left |
Left of the tile block.
vx_int32 _vx_neighborhood_size_t::right |
Right of the tile block.
vx_int32 _vx_neighborhood_size_t::top |
Top of the tile block.