Releases memory allocated by DeinterlaceBlendInitAlloc function.
IppStatus ippiDeinterlaceBlendFree_8u_C1(IppiDeinterlaceBlendState_8u_C1* pState);
IppStatus ippiDeinterlaceBlendFree_8u_C2(IppiDeinterlaceBlendSpec_8u_C2* pSpec);
pState |
Pointer to the internal structure IppiDeinterlaceBlendState_8u_C1. |
pSpec |
Pointer to the internal structure IppiDeinterlaceBlendSpec_8u_C2. |
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.
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. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.