Skip to content

plp_dwt_instance_q16

Instance structure for Q16 parallel dwt. More...

#include <plp_math.h>

Public Attributes

Name
const int16_t * pSrc
uint32_t length
plp_dwt_wavelet_q16 wavelet
plp_dwt_extension_mode mode
uint32_t nPE
int16_t * pDstA
int16_t * pDstD

Detailed Description

struct plp_dwt_instance_q16;

Instance structure for Q16 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 int16_t * pSrc;

variable length

uint32_t length;

variable wavelet

plp_dwt_wavelet_q16 wavelet;

variable mode

plp_dwt_extension_mode mode;

variable nPE

uint32_t nPE;

variable pDstA

int16_t * pDstA;

variable pDstD

int16_t * pDstD;

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