Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dcompress.c569 BYTE *const ofCodeTable = seqStorePtr->ofCode; in ZSTD_seqToCodes() local
577 ofCodeTable[u] = (BYTE)ZSTD_highbit32(sequences[u].offset); in ZSTD_seqToCodes()
595 const BYTE *const ofCodeTable = seqStorePtr->ofCode; in ZSTD_compressSequences_internal() local
685 size_t const mostFrequent = FSE_countFast_wksp(count, &max, ofCodeTable, nbSeq, workspace); in ZSTD_compressSequences_internal()
687 *op++ = ofCodeTable[0]; in ZSTD_compressSequences_internal()
698 if (count[ofCodeTable[nbSeq - 1]] > 1) { in ZSTD_compressSequences_internal()
699 count[ofCodeTable[nbSeq - 1]]--; in ZSTD_compressSequences_internal()
760 FSE_initCState2(&stateOffsetBits, CTable_OffsetBits, ofCodeTable[nbSeq - 1]); in ZSTD_compressSequences_internal()
769 U32 const ofBits = ofCodeTable[nbSeq - 1]; in ZSTD_compressSequences_internal()
777 BIT_addBits(&blockStream, sequences[nbSeq - 1].offset, ofCodeTable[nbSeq - 1]); in ZSTD_compressSequences_internal()
[all …]