Lines Matching refs:FSE_DTable
608 typedef unsigned FSE_DTable; /* don't allocate that. It's just a way to be more restrictive than … typedef
666 static size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits);
669 static size_t FSE_buildDTable_rle (FSE_DTable* dt, unsigned char symbolValue);
683 static void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt);
715 MEM_STATIC void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt) in FSE_initDState()
1100 (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_buildDTable()
1298 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle()
1315 static size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits) in FSE_buildDTable_raw()
1344 const FSE_DTable* dt, const unsigned fast) in FSE_decompress_usingDTable_generic()
1413 const FSE_DTable* dt) in FSE_decompress_usingDTable()
2925 FSE_DTable* DTableLL, FSE_DTable* DTableML, FSE_DTable* DTableOffb, in ZSTD_decodeSeqHeaders()