Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-E0084F06-98BC-4AEF-BFFE-49FBBBD9051D
Visible to Intel only — GUID: GUID-E0084F06-98BC-4AEF-BFFE-49FBBBD9051D
ExpandDictionary
Performs the dictionary expanding.
Syntax
IppStatus ippsExpandDictionary_8u_I(const Ipp8u inUse[256], Ipp8u* pSrcDst, int srcDstLen, int sizeDictionary);
Include Files
ippdc.h
Domain Dependencies
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
Parameters
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. |
Description
This function performs the dictionary expanding.
Return Values
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. |