CreateRLEncodeTable

Creates Run-Level Encode Table.

Syntax

IppStatus ippiCreateRLEncodeTable (const Ipp32s* pSrcTable, IppVCHuffmanSpec_32s** ppDstSpec);

Parameters

pSrcTable

Pointer to the source table.

ppDstSpec

Double pointer to the destination encode table.

Description

This function is declared in the ippvc.h header file. The function ippiCreateRLEncodeTable creates the Run-Level Encode Table. The result is stored in block ppDstSpec.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when at least one input pointer is NULL.


Submit feedback on this help topic

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