Skip to content

plp_dot_prod_instance_q32

Instance structure for fixed point parallel dot product. More...

#include <plp_math.h>

Public Attributes

Name
int32_t * pSrcA
int32_t * pSrcB
uint32_t blkSizePE
uint32_t deciPoint
uint32_t nPE
int32_t * resBuffer

Detailed Description

struct plp_dot_prod_instance_q32;

Instance structure for fixed point parallel dot product.

Parameters:

  • pSrcA points to the first input vector
  • pSrcB points to the second input vector
  • blkSizePE number of samples in each vector
  • nPE number of parallel processing units
  • resBuffer pointer to the result buffer

Public Attributes Documentation

variable pSrcA

int32_t * pSrcA;

variable pSrcB

int32_t * pSrcB;

variable blkSizePE

uint32_t blkSizePE;

variable deciPoint

uint32_t deciPoint;

variable nPE

uint32_t nPE;

variable resBuffer

int32_t * resBuffer;

Updated on 2023-03-01 at 16:16:31 +0000