Calculates the size of the QMF filter state memory.
IppStatus ippsQMFGetStateSize_RTA_32f(int* pSize);
pSize |
Pointer to the size of the QMF filter memory. |
The function ippsQMFGetStateSize_RTA is declared in the ippsc.h file.
This function calculates the size of the Quadrature Mirror Filter (QMF) structure that must be initialized by the function ippsQMFInit_RTA and used by the functions ippsQMFEncode_RTA and ippsQMFDecode_RTA.
ippStsNoErr |
Indicates no error. |
IppStsNullPtrErr |
Indicates an error when pSize pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.