plp_log_instance_f32
Instance structure for float parallel log. More...
#include <plp_math.h>
Public Attributes
Name | |
---|---|
const float32_t * | pSrc |
uint32_t | blkSizePE |
uint32_t | nPE |
float32_t * | pDst |
Detailed Description
struct plp_log_instance_f32;
Instance structure for float parallel log.
Parameters:
- pSrc points to the input vector
- blkSizePE number of samples in each vector
- nPE number of parallel processing units
- pDst pointer to the output vector
Public Attributes Documentation
variable pSrc
const float32_t * pSrc;
variable blkSizePE
uint32_t blkSizePE;
variable nPE
uint32_t nPE;
variable pDst
float32_t * pDst;
Updated on 2023-03-01 at 16:16:31 +0000