plp_dwt_instance_q32
Instance structure for Q32 parallel dwt. More...
#include <plp_math.h>
Public Attributes
Detailed Description
struct plp_dwt_instance_q32;
Instance structure for Q32 parallel dwt.
Parameters:
- pSrc points to the input buffer
- length length of input buffer
- wavelet wavelet structure for calculating DWT
- mode boundary extension mode
- nPE number of parallel processing units
- pDstA points to output buffer with Approximate coefficients
- pDstD points to ouput buffer with Detailed coefficients
Public Attributes Documentation
variable pSrc
const int32_t * pSrc;
variable length
uint32_t length;
variable wavelet
plp_dwt_wavelet_q32 wavelet;
variable mode
plp_dwt_extension_mode mode;
variable nPE
uint32_t nPE;
variable pDstA
int32_t * pDstA;
variable pDstD
int32_t * pDstD;
Updated on 2023-03-01 at 16:16:31 +0000