FDPGetSize

Gets size of FDP state structure.

Syntax

IppStatus ippsFDPGetSize_32f(int len, int* pSizeState);

Parameters

len

Number of spectral lines to be processed.

pSizeState

Address of size value in bytes of the frequency domain predictor state structure.

Description

This function is declared in the ippac.h header file. The function ippsFDPGetSize gets sizes of the frequency domain predictor state structure and stores the results in pSizeState.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when the pSizeState pointer is NULL.

ippStsSizeErr

Indicates an error when len is less than or equal to 0.

Submit feedback on this help topic

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