81 #ifndef DSPLIB_LUD_IXX_IXX_OXX_H_
82 #define DSPLIB_LUD_IXX_IXX_OXX_H_
84 #include "../common/DSPLIB_types.h"
214 const void *restrict pA,
215 const void *restrict pL,
216 const void *restrict pU,
217 const void *restrict pP);
DSPLIB_STATUS_NAME
The enumeration of all status codes.
void * DSPLIB_kernelHandle
Handle type for DSPLIB operations.
DSPLIB_STATUS DSPLIB_lud_exec(DSPLIB_kernelHandle handle, void *restrict pA, void *restrict pL, void *restrict pU, void *restrict pP)
This function is the main kernel compute function.
DSPLIB_STATUS DSPLIB_lud_init(DSPLIB_kernelHandle handle, const DSPLIB_bufParams2D_t *bufParamsA, const DSPLIB_bufParams2D_t *bufParamsL, const DSPLIB_bufParams2D_t *bufParamsU, const DSPLIB_bufParams2D_t *bufParamsP, const DSPLIB_ludInitArgs *pKerInitArgs)
This function should be called before the DSPLIB_lud_exec function is called. This function takes car...
DSPLIB_STATUS DSPLIB_lud_init_checkParams(DSPLIB_kernelHandle handle, const DSPLIB_bufParams2D_t *bufParamsA, const DSPLIB_bufParams2D_t *bufParamsL, const DSPLIB_bufParams2D_t *bufParamsU, const DSPLIB_bufParams2D_t *bufParamsP, const DSPLIB_ludInitArgs *pKerInitArgs)
This function checks the validity of the parameters passed to DSPLIB_lud_init function....
DSPLIB_STATUS DSPLIB_lud_exec_checkParams(DSPLIB_kernelHandle handle, const void *restrict pA, const void *restrict pL, const void *restrict pU, const void *restrict pP)
This function checks the validity of the parameters passed to DSPLIB_lud_exec function....
int32_t DSPLIB_lud_getHandleSize(DSPLIB_ludInitArgs *pKerInitArgs)
This is a query function to calculate the size of internal handle.
A structure for a 2 dimensional buffer descriptor.
Structure containing the parameters to initialize the kernel.
int32_t order
Size of input data.
int8_t funcStyle
Variant of the function refer to DSPLIB_FUNCTION_STYLE