Searched refs:lastCountSize (Results 1 – 6 of 6) sorted by relevance
225 …if (writeEntropy && fseMetadata->lastCountSize && fseMetadata->lastCountSize + bitstreamSize < 4) { in ZSTD_compressSubBlock_sequences()227 assert(fseMetadata->lastCountSize + bitstreamSize == 3); in ZSTD_compressSubBlock_sequences()
2440 …size_t lastCountSize; /* Accounts for bug in 1.3.4. More detail in ZSTD_entropyCompressSeqStore_in… member2467 stats.lastCountSize = 0; in ZSTD_buildSequencesStatistics()2498 stats.lastCountSize = countSize; in ZSTD_buildSequencesStatistics()2530 stats.lastCountSize = countSize; in ZSTD_buildSequencesStatistics()2560 stats.lastCountSize = countSize; in ZSTD_buildSequencesStatistics()2596 size_t lastCountSize; in ZSTD_entropyCompressSeqStore_internal() local2656 lastCountSize = stats.lastCountSize; in ZSTD_entropyCompressSeqStore_internal()2678 if (lastCountSize && (lastCountSize + bitstreamSize) < 4) { in ZSTD_entropyCompressSeqStore_internal()2680 assert(lastCountSize + bitstreamSize == 3); in ZSTD_entropyCompressSeqStore_internal()3200 fseMetadata->lastCountSize = stats.lastCountSize; in ZSTD_buildBlockEntropyStats_sequences()
109 …size_t lastCountSize; /* This is to account for bug in 1.3.4. More detail in ZSTD_entropyCompressS… member
230 …if (writeEntropy && fseMetadata->lastCountSize && fseMetadata->lastCountSize + bitstreamSize < 4) { in ZSTD_compressSubBlock_sequences()232 assert(fseMetadata->lastCountSize + bitstreamSize == 3); in ZSTD_compressSubBlock_sequences()
2752 …size_t lastCountSize; /* Accounts for bug in 1.3.4. More detail in ZSTD_entropyCompressSeqStore_in… member2782 stats.lastCountSize = 0; in ZSTD_buildSequencesStatistics()2813 stats.lastCountSize = countSize; in ZSTD_buildSequencesStatistics()2845 stats.lastCountSize = countSize; in ZSTD_buildSequencesStatistics()2875 stats.lastCountSize = countSize; in ZSTD_buildSequencesStatistics()2912 size_t lastCountSize; in ZSTD_entropyCompressSeqStore_internal() local2970 lastCountSize = stats.lastCountSize; in ZSTD_entropyCompressSeqStore_internal()2993 if (lastCountSize && (lastCountSize + bitstreamSize) < 4) { in ZSTD_entropyCompressSeqStore_internal()2995 assert(lastCountSize + bitstreamSize == 3); in ZSTD_entropyCompressSeqStore_internal()3788 fseMetadata->lastCountSize = stats.lastCountSize; in ZSTD_buildBlockEntropyStats_sequences()
172 …size_t lastCountSize; /* This is to account for bug in 1.3.4. More detail in ZSTD_entropyCompressS… member