PostFilterInit_RTA

Initializes the post filter state memory.

Syntax

IppStatus ippsPostFilterInit_RTA_32f(IppPostFilterState_RTA_32s pStateMem);

Parameters

pStateMem

Pointer to the post filter state memory.

Description

The function ippsPostFilterInit_RTA is declared in the ippsc.h file.

This function initializes the post state memory pStateMem. The size of the memory must be calculated by calling the function ippsPostFilterGetStateSize_RTA beforehand.

Return Values

ippStsNoErr

Indicates no error.

IppStsNullPtrErr

Indicates an error when pStateMem pointer is NULL.

Submit feedback on this help topic

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