Calculates the size of the short term post filter state memory.
IppStatus ippsPostFilterGetStateSize_RTA_32f(int* pSize);
pSize |
Pointer to the size of the filter memory. |
The function ippsPostFilterGetStateSize_RTA is declared in the ippsc.h file.
This function calculates the size of post filter memory that is initialized by the function ippsPostFilterInit_RTA and used by the function ippsPostFiltert_RTA.
ippStsNoErr |
Indicates no error. |
IppStsNullPtrErr |
Indicates an error when pSize pointer is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.