Searched refs:FSEv05_DTable (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v05.c641 Constructor and Destructor of type FSEv05_DTable
643 typedef unsigned FSEv05_DTable; /* don't allocate that. It's just a way to be more restrictive than void* */ typedef
644 FSEv05_DTable* FSEv05_createDTable(unsigned tableLog);
645 void FSEv05_freeDTable(FSEv05_DTable* dt);
652 size_t FSEv05_buildDTable (FSEv05_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog);
660 size_t FSEv05_decompress_usingDTable(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, const FSEv05_DTable* dt);
952 size_t FSEv05_buildDTable_raw (FSEv05_DTable* dt, unsigned nbBits);
953 /* build a fake FSEv05_DTable, designed to read an uncompressed bitstream where each symbol uses nbBits */
955 size_t FSEv05_buildDTable_rle (FSEv05_DTable* dt, unsigned char symbolValue);
956 /* build a fake FSEv05_DTable, designe
[all...]

Completed in 137 milliseconds