FDPInitAlloc

Creates and initializes predictor state.

Syntax

IppStatus ippsFDPInitAlloc_32f(IppsFDPState_32f** ppFDPState, int len);

Parameters

ppFDPState

Pointer to pointer to the FDP state structure to be created.

len

Number of spectral lines to be processed.

Description

This function is declared in the ippac.h header file. The function ippsFDPInitAlloc creates and initializes the FDP state.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when the ppFDPState pointer is NULL.

ippStsSizeErr

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

ippStsMemAllocErr

Indicates an error when no memory is allocated.

Submit feedback on this help topic

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