21 #ifndef DSPLIB_blk_eswap_IXX_IXX_OXX_PRIV_H_
22 #define DSPLIB_blk_eswap_IXX_IXX_OXX_PRIV_H_
24 #include "../common/DSPLIB_utility.h"
38 #define SE_PARAM_BASE (0x0000)
39 #define SE_SE0_PARAM_OFFSET (SE_PARAM_BASE)
40 #define SE_SA0_PARAM_OFFSET (SE_SE0_PARAM_OFFSET + SE_PARAM_SIZE)
46 #define DSPLIB_BLK_ESWAP_IXX_IXX_OXX_PBLOCK_SIZE (2 * SE_PARAM_SIZE)
82 template <
typename dataType>
109 template <
typename dataType, u
int32_t maskType>
148 template <
typename dataType, u
int32_t implementationType>
DSPLIB_STATUS DSPLIB_blk_eswap_init_cn(DSPLIB_kernelHandle handle, DSPLIB_bufParams1D_t *bufParamsIn, DSPLIB_bufParams1D_t *bufParamsOut, const DSPLIB_blk_eswap_InitArgs *pKerInitArgs)
This function is the initialization function for the natural C implementation of the kernel....
DSPLIB_STATUS DSPLIB_blk_eswap_exec_ci(DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut)
This function is the main execution function for the C7x implementation of the kernel....
#define DSPLIB_BLK_ESWAP_IXX_IXX_OXX_PBLOCK_SIZE
Macro to define the size of bufPblock array of DSPLIB_blk_eswap_PrivArgs structure.
DSPLIB_STATUS DSPLIB_blk_eswap_init_ci(DSPLIB_kernelHandle handle, const DSPLIB_bufParams1D_t *bufParamsIn, const DSPLIB_bufParams1D_t *bufParamsOut, const DSPLIB_blk_eswap_InitArgs *pKerInitArgs)
This function is the initialization function for the C7x implementation of the kernel....
DSPLIB_STATUS DSPLIB_blk_eswap_exec_cn(DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut)
This function is the main execution function for the natural C implementation of the kernel....
DSPLIB_STATUS(* pFxnDSPLIB_blk_eswap_exec)(DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut)
This is a function pointer type that conforms to the declaration of DSPLIB_blk_eswap_exec_ci and DSPL...
DSPLIB_STATUS_NAME DSPLIB_STATUS
Return value for DSPLIB functions.
DSPLIB_STATUS_NAME
The enumeration of all status codes.
void * DSPLIB_kernelHandle
Handle type for DSPLIB operations.
Structure containing the parameters to initialize the kernel.
Structure that is reserved for internal use by the kernel.
pFxnDSPLIB_blk_eswap_exec execute
Function pointer to point to the right execution variant between DSPLIB_blk_eswap_exec_cn and DSPLIB_...
int32_t blockSize
Size of input buffer for different batches DSPLIB_blk_eswap_init that will be retrieved and used by D...
A structure for a 1 dimensional buffer descriptor.