Searched refs:lastCountSize (Results 1 – 3 of 3) sorted by relevance
230 …if (writeEntropy && fseMetadata->lastCountSize && fseMetadata->lastCountSize + bitstreamSize < 4) { in ZSTD_compressSubBlock_sequences()232 assert(fseMetadata->lastCountSize + bitstreamSize == 3); in ZSTD_compressSubBlock_sequences()
2665 …size_t lastCountSize; /* Accounts for bug in 1.3.4. More detail in ZSTD_entropyCompressSeqStore_in… member2695 stats.lastCountSize = 0; in ZSTD_buildSequencesStatistics()2726 stats.lastCountSize = countSize; in ZSTD_buildSequencesStatistics()2758 stats.lastCountSize = countSize; in ZSTD_buildSequencesStatistics()2788 stats.lastCountSize = countSize; in ZSTD_buildSequencesStatistics()2825 size_t lastCountSize; in ZSTD_entropyCompressSeqStore_internal() local2883 lastCountSize = stats.lastCountSize; in ZSTD_entropyCompressSeqStore_internal()2906 if (lastCountSize && (lastCountSize + bitstreamSize) < 4) { in ZSTD_entropyCompressSeqStore_internal()2908 assert(lastCountSize + bitstreamSize == 3); in ZSTD_entropyCompressSeqStore_internal()3701 fseMetadata->lastCountSize = stats.lastCountSize; in ZSTD_buildBlockEntropyStats_sequences()
169 …size_t lastCountSize; /* This is to account for bug in 1.3.4. More detail in ZSTD_entropyCompressS… member