plp_dwt_instance_f32
Instance structure for float parallel dwt. More...
#include <plp_math.h>
Public Attributes
Name | |
---|---|
const float32_t * | pSrc |
uint32_t | length |
plp_dwt_wavelet_f32 | wavelet |
plp_dwt_extension_mode | mode |
uint32_t | nPE |
float32_t * | pDstA |
float32_t * | pDstD |
Detailed Description
struct plp_dwt_instance_f32;
Instance structure for float 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 float32_t * pSrc;
variable length
uint32_t length;
variable wavelet
plp_dwt_wavelet_f32 wavelet;
variable mode
plp_dwt_extension_mode mode;
variable nPE
uint32_t nPE;
variable pDstA
float32_t * pDstA;
variable pDstD
float32_t * pDstD;
Updated on 2023-03-01 at 16:16:31 +0000