AnalysisFilterEncFree_SBR

Closes analysis filter specification structure.

Syntax

IppStatus ippsAnalysisFilterEncFree_SBR_32f(IppsFilterSpec_SBR_C_32f* pFilterSpec);

Parameters

pFilterSpec

Pointer to the initialized analysis SBR specification structure.

Description

This function is declared in the ippac.h file. The function closes the analysis specification structure pFilterSpec by freeing all memory associated with the specification created by ippsAnalysisFilterEncInitAlloc_SBR. Call ippsAnalysisFilterEncFree_SBR after the transform is completed.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when pFilterSpec pointer is NULL.

ippStsContextMatchErr

Indicates an error when the pFilterSpec identifier is incorrect.

Submit feedback on this help topic

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