AnalysisFilterInitAlloc_SBR

Allocates memory and initializes analysis SBR specification structure for real and complex signals.

Syntax

IppStatus ippsAnalysisFilterInitAlloc_SBRHQ_32s32sc(IppsFilterSpec_SBR_C_32sc** ppFilterSpec);

IppStatus ippsAnalysisFilterInitAlloc_SBRLP_32s(IppsFilterSpec_SBR_R_32s** ppFilterSpec);

Parameters

ppFilterSpec

Double pointer to the analysis SBR specification structure.

Description

These functions are declared in the ippac.h file. The functions allocate memory, create, and initialize the analysis analysis SBR specification structure.

The ippsAnalysisFilterInitAlloc_SBRHQ_32s32sc function allocates memory and initializes the complex specification structure.

The ippsAnalysisFilterInitAlloc_SBRLP_32s function allocates memory and initializes the real specification structure.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when the ppFilterSpec pointer is NULL.

ippStsMemAllocErr

Indicates an error when no memory is allocated.

Submit feedback on this help topic

Copyright © 2000 - 2010, Intel Corporation. All rights reserved.