SynthesisFilterInitAlloc_SBR

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

Syntax

IppStatus ippsSynthesisFilterInitAlloc_SBRHQ_32sc32s(IppsFilterSpec_SBR_C_32sc** ppFilterSpec);

IppStatus ippsSynthesisFilterInitAlloc_SBRLP_32s(IppsFilterSpec_SBR_R_32s** ppFilterSpec);

Parameters

ppFilterSpec

Double pointer to the synthesis SBR specification structure to be created.

Description

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

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

The ippsSynthesisFilterInitAlloc_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.