Allocates memory and initializes synthesis SBR specification structure for real and complex signals.
IppStatus ippsSynthesisFilterInitAlloc_SBRHQ_32sc32s(IppsFilterSpec_SBR_C_32sc** ppFilterSpec);
IppStatus ippsSynthesisFilterInitAlloc_SBRLP_32s(IppsFilterSpec_SBR_R_32s** ppFilterSpec);
ppFilterSpec |
Double pointer to the synthesis SBR specification structure to be created. |
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.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the ppFilterSpec pointer is NULL. |
ippStsMemAllocErr |
Indicates an error when no memory is allocated. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.