Calculates the G729 high-pass filter size.
IppStatus ippsHighPassFilterSize_G729 (int* pSize);
pSize |
Pointer to the output value of the memory size. |
The function ippsHighPassFilterSize_G729 is declared in the ippsc.h file. This function calculates the size of memory required for the ippsHighPassFilterInit_G729 function to operate.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pSize pointer is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.