DeinterlaceBlendFree

Releases memory allocated by DeinterlaceBlendInitAlloc function.

Syntax

IppStatus ippiDeinterlaceBlendFree_8u_C1(IppiDeinterlaceBlendState_8u_C1* pState);

IppStatus ippiDeinterlaceBlendFree_8u_C2(IppiDeinterlaceBlendSpec_8u_C2* pSpec);

Parameters

pState

Pointer to the internal structure IppiDeinterlaceBlendState_8u_C1.

pSpec

Pointer to the internal structure IppiDeinterlaceBlendSpec_8u_C2.

Description

The functions ippiDeinterlaceBlendFree_8u_C1 and ippiDeinterlaceBlendFree_8u_C2 are declared in the ippvc.h file. The functions release memory that was allocated by the ippiDeinterlaceBlendInitAlloc_8u_C1 or ippiDeinterlaceBlendInitAlloc_8u_C2 function, respectively. Call these functions after finishing deinterlacing of the video sequence.

Return Values

ippStsNoErr

Indicates no error. Any other value indicates an error.

ippStsNullPtrErr

Indicates an error condition when the specified pointer is NULL.

ippStsContextMatchErr

Indicates an error condition when the pState/pSpec structure was not allocated by the ippiDeinterlaceBlendInitAlloc_8u_C1 or ippiDeinterlaceBlendInitAlloc_8u_C2 function, respectively.


Submit feedback on this help topic

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