Home
last modified time | relevance | path

Searched refs:ofCodeTable (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/tests/
H A Ddecodecorpus.c807 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in writeSequences() local
868 size_t const mostFrequent = FSE_countFast_wksp(count, &max, ofCodeTable, nbSeq, WKSP); in writeSequences()
870 *op++ = ofCodeTable[0]; in writeSequences()
874 isSymbolSubset(ofCodeTable, nbSeq, in writeSequences()
883 if (count[ofCodeTable[nbSeq-1]]>1) { count[ofCodeTable[nbSeq-1]]--; nbSeq_1--; } in writeSequences()
922 initSymbolSet(ofCodeTable, nbSeq, frame->stats.offsetSymbolSet, 28); in writeSequences()
939 FSE_initCState2(&stateOffsetBits, CTable_OffsetBits, ofCodeTable[nbSeq-1]); in writeSequences()
945 BIT_addBits(&blockStream, sequences[nbSeq-1].offset, ofCodeTable[nbSeq-1]); in writeSequences()
951 BYTE const ofCode = ofCodeTable[n]; in writeSequences()
/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c1450 BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_seqToCodes() local
1458 ofCodeTable[u] = (BYTE)ZSTD_highbit32(sequences[u].offset); in ZSTD_seqToCodes()
1558 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_body() argument
1578 U32 const ofBits = ofCodeTable[nbSeq-1]; in ZSTD_encodeSequences_body()
1594 BYTE const ofCode = ofCodeTable[n]; in ZSTD_encodeSequences_body()
1652 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences_default()
1670 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences_bmi2()
1688 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences()
1696 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences()
1715 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_compressSequences_internal() local
[all …]