Searched refs:baseValue (Results 1 – 1 of 1) sorted by relevance
96 U32 baseValue; member784 static void ZSTD_buildSeqTable_rle(ZSTD_seqSymbol* dt, U32 baseValue, U32 nbAddBits) in ZSTD_buildSeqTable_rle() argument797 cell->baseValue = baseValue; in ZSTD_buildSeqTable_rle()806 const U32* baseValue, const U32* nbAdditionalBits, in ZSTD_buildFSETable() argument828 tableDecode[highThreshold--].baseValue = s; in ZSTD_buildFSETable()844 tableDecode[position].baseValue = s; in ZSTD_buildFSETable()854 U32 const symbol = tableDecode[u].baseValue; in ZSTD_buildFSETable()860 tableDecode[u].baseValue = baseValue[symbol]; in ZSTD_buildFSETable()871 const U32* baseValue, const U32* nbAdditionalBits, in ZSTD_buildSeqTable() argument880 U32 const baseline = baseValue[symbol]; in ZSTD_buildSeqTable()[all …]