FreeHuffmanTable_DV

Frees the memory allocated for VLC table.

Syntax

IppStatus ippiFreeHuffmanTable_DV_32u(Ipp32u* pHuffTable);

Parameters

pHuffTable

Pointer to the decoding table.

Description

This function is declared in the ippvc.h header file. The function ippiFreeHuffmanTable_DV_32u frees the memory at pHuffTable allocated for VLC table.

This function is used in the DV decoder included into Intel IPP Samples. See introduction to DV.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when pHuffTable is NULL.


Submit feedback on this help topic

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