Performs the dictionary expanding.
IppStatus ippsExpandDictionary_8u_I(const Ipp8u inUse[256], Ipp8u* pSrcDst, int srcDstLen, int sizeDictionary);
inUse |
Table of 256 values of the Ipp8u type. |
pSrcDst |
Pointer to the source and destination buffer. |
srcDstLen |
Length of the source and destination buffer. |
sizeDictionary |
Size of the dictionary on entry, and to the size of expanded dictionary after operation. |
The function ippsExpandDictionary is declared in the ippdc.h file. This function performs the dictionary expanding.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if one of the pointers is NULL. |
ippStsSizeErr |
Indicates an error if length of the source and destination buffer is less than or equal to 0. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.