![]() |
TIOVX User Guide
|
Interface file for convolution kernel. More...
Go to the source code of this file.
Macros | |
#define | TIVX_KERNEL_CONVOLVE_INPUT_IDX (0U) |
Index of the input image. | |
#define | TIVX_KERNEL_CONVOLVE_CONV_IDX (1U) |
Index of the input convolution matrix. | |
#define | TIVX_KERNEL_CONVOLVE_OUTPUT_IDX (2U) |
Index of the output image. | |
#define | TIVX_KERNEL_CONVOLVE_MAX_PARAMS (3U) |
Max Params supported by convolution kernel. | |
#define | TIVX_KERNEL_CONVOLVE_DIM_H (9U) |
Max convolution height supported by convolution kernel. | |
#define | TIVX_KERNEL_CONVOLVE_DIM_V (9U) |
Max convolution vectors supported by convolution kernel. | |
Interface file for convolution kernel.
Definition in file tivx_kernel_convolve.h.