FullbandControllerGetSize_EC

Calculates size of the fullband controller state structure.

Syntax

IppStatus ippsFullbandControllerGetSize_EC_32f(int frameSize, int tapLen, ippECFrequency sampleFreq, int* pSize);

IppStatus ippsFullbandControllerGetSize_EC_16s(int frameSize, Int tapLen, ippECFrequency sampleFreq, int* pSize);

Parameters

frameSize

Size of the frame.

tapLen

Number of tap values.

sampleFreq

Sample frequency.

pSize

Pointer to the computed buffer size value.

Description

The functions ippsFullbandControllerGetSize_EC are declared in the ippsc.h file. These functions calculate the sizes of memory buffers required for the functions ippsFullbandControllerUpdate_EC and ippsFullbandController_EC to operate.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when pSize pointer NULL.

ippStsBadArgErr

Indicates an error when frameSize is less than or equal to 0, or tapLen is less than or equal to 0.

Submit feedback on this help topic

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