![]() |
DSPLIB User Guide
|
Go to the source code of this file.
Functions | |
| template<typename dataType > | |
| void | DSPLIB_lud_identity_matrix_generate_init_ci (uint8_t *pBlock, int32_t nRows, int32_t stride) |
| template<typename dataType > | |
| void | DSPLIB_lud_blk_move_init_ci (uint8_t *pBlock, int32_t nRows, int32_t stride) |
| template<typename dataType > | |
| void | DSPLIB_lud_identity_matrix_generate_exec_ci (dataType *pMat, int32_t nRows, int32_t colStride, uint8_t *pBlock) |
| template<typename dataType > | |
| void | DSPLIB_lud_blk_move_exec_ci (dataType *pOut, dataType *pIn, int32_t Nrows, int32_t Ncols, int32_t colOutStride, int32_t colInStride, uint8_t *pBlock) |
| void DSPLIB_lud_identity_matrix_generate_init_ci | ( | uint8_t * | pBlock, |
| int32_t | nRows, | ||
| int32_t | stride | ||
| ) |
Definition at line 49 of file DSPLIB_lud_common.cpp.
| void DSPLIB_lud_blk_move_init_ci | ( | uint8_t * | pBlock, |
| int32_t | nRows, | ||
| int32_t | stride | ||
| ) |
Definition at line 130 of file DSPLIB_lud_common.cpp.
| void DSPLIB_lud_identity_matrix_generate_exec_ci | ( | dataType * | pMat, |
| int32_t | nRows, | ||
| int32_t | colStride, | ||
| uint8_t * | pBlock | ||
| ) |
Definition at line 76 of file DSPLIB_lud_common.cpp.
| void DSPLIB_lud_blk_move_exec_ci | ( | dataType * | pOut, |
| dataType * | pIn, | ||
| int32_t | Nrows, | ||
| int32_t | Ncols, | ||
| int32_t | colOutStride, | ||
| int32_t | colInStride, | ||
| uint8_t * | pBlock | ||
| ) |
Definition at line 172 of file DSPLIB_lud_common.cpp.