Creates Run-Level Encode Table.
IppStatus ippiCreateRLEncodeTable (const Ipp32s* pSrcTable, IppVCHuffmanSpec_32s** ppDstSpec);
pSrcTable |
Pointer to the source table. |
ppDstSpec |
Double pointer to the destination encode table. |
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.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when at least one input pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.