Searched refs:lastCountSize (Results 1 – 3 of 3) 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()
2349 …size_t lastCountSize; /* Accounts for bug in 1.3.4. More detail in ZSTD_entropyCompressSeqStore_in… member2376 stats.lastCountSize = 0; in ZSTD_buildSequencesStatistics()2407 stats.lastCountSize = countSize; in ZSTD_buildSequencesStatistics()2439 stats.lastCountSize = countSize; in ZSTD_buildSequencesStatistics()2469 stats.lastCountSize = countSize; in ZSTD_buildSequencesStatistics()2505 size_t lastCountSize; in ZSTD_entropyCompressSeqStore_internal() local2565 lastCountSize = stats.lastCountSize; in ZSTD_entropyCompressSeqStore_internal()2587 if (lastCountSize && (lastCountSize + bitstreamSize) < 4) { in ZSTD_entropyCompressSeqStore_internal()2589 assert(lastCountSize + bitstreamSize == 3); in ZSTD_entropyCompressSeqStore_internal()3109 fseMetadata->lastCountSize = stats.lastCountSize; in ZSTD_buildBlockEntropyStats_sequences()
103 …size_t lastCountSize; /* This is to account for bug in 1.3.4. More detail in ZSTD_entropyCompressS… member