plp_conv_instance_i16
Instance structure for basic integer convolution. More...
#include <plp_math.h>
Public Attributes
| Name | |
|---|---|
| const int16_t * | pSrcA | 
| uint32_t | srcALen | 
| const int16_t * | pSrcB | 
| uint32_t | srcBLen | 
| uint8_t | nPE | 
| int32_t * | pRes | 
Detailed Description
struct plp_conv_instance_i16;
Instance structure for basic integer convolution.
Parameters:
- pSrcA points to the first input vector
 - srcALen length of the first input vector
 - pSrcB points to the second input vector
 - srcBLen length of the second input vector
 - nPE number of parallel processing units
 - pRes output result returned here
 
Public Attributes Documentation
variable pSrcA
const int16_t * pSrcA;
variable srcALen
uint32_t srcALen;
variable pSrcB
const int16_t * pSrcB;
variable srcBLen
uint32_t srcBLen;
variable nPE
uint8_t nPE;
variable pRes
int32_t * pRes;
Updated on 2023-03-01 at 16:16:31 +0000