示例#1
0
 IppStatus ippsEncodeLZ77_8u(byte **ppSrc, int *pSrcLen, IppLZ77Pair **ppDst, int *pDstLen, IppLZ77Flush flush, IppLZ77State_8u *pLZ77State);
示例#2
0
 IppStatus ippsEncodeLZ77StoredBlock_8u(byte **ppSrc, int *pSrcLen, byte **ppDst, int *pDstLen, IppLZ77Flush flush, IppLZ77State_8u *pLZ77State);
示例#3
0
 IppStatus ippsEncodeLZ77DynamicHuff_8u(IppLZ77Pair **ppSrc, int *pSrcLen, byte **ppDst, int *pDstLen, IppLZ77Flush flush, IppLZ77State_8u *pLZ77State);
示例#4
0
 IppStatus ippsDeflateLZ77_8u(byte **ppSrc, uint *pSrcLen, uint *pSrcIdx, byte *pWindow, uint winSize, int *pHashHead, int *pHashPrev, uint hashSize, IppDeflateFreqTable *pLitFreqTable, IppDeflateFreqTable *pDistFreqTable, byte *pLitDst, ushort *pDistDst, uint *pDstLen, int comprLevel, IppLZ77Flush flush);
示例#5
0
 IppStatus ippsDecodeLZ77FixedHuff_8u(byte **ppSrc, int *pSrcLen, IppLZ77Pair **ppDst, int *pDstLen, IppLZ77Flush flush, IppLZ77State_8u *pLZ77State);
示例#6
0
 IppStatus ippsDecodeLZ77DynamicHuffFull_8u(byte **ppSrc, int *pSrcLen, byte **ppDst, int *pDstLen, IppLZ77Flush flush, IppLZ77State_8u *pLZ77State);