HighPassFilterSize_G729

Calculates the G729 high-pass filter size.

Syntax

IppStatus ippsHighPassFilterSize_G729 (int* pSize);

Parameters

pSize

Pointer to the output value of the memory size.

Description

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.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when the pSize pointer is NULL.

Submit feedback on this help topic

Copyright © 2000 - 2010, Intel Corporation. All rights reserved.