Searched refs:bitstreamSize (Results 1 – 4 of 4) sorted by relevance
207 { size_t const bitstreamSize = ZSTD_encodeSequences( in ZSTD_compressSubBlock_sequences() local214 FORWARD_IF_ERROR(bitstreamSize, "ZSTD_encodeSequences failed"); in ZSTD_compressSubBlock_sequences()215 op += bitstreamSize; in ZSTD_compressSubBlock_sequences()225 …if (writeEntropy && fseMetadata->lastCountSize && fseMetadata->lastCountSize + bitstreamSize < 4) { in ZSTD_compressSubBlock_sequences()227 assert(fseMetadata->lastCountSize + bitstreamSize == 3); in ZSTD_compressSubBlock_sequences()233 DEBUGLOG(5, "ZSTD_compressSubBlock_sequences (bitstreamSize=%zu)", bitstreamSize); in ZSTD_compressSubBlock_sequences()
2660 { size_t const bitstreamSize = ZSTD_encodeSequences( in ZSTD_entropyCompressSeqStore_internal() local2667 FORWARD_IF_ERROR(bitstreamSize, "ZSTD_encodeSequences failed"); in ZSTD_entropyCompressSeqStore_internal()2668 op += bitstreamSize; in ZSTD_entropyCompressSeqStore_internal()2678 if (lastCountSize && (lastCountSize + bitstreamSize) < 4) { in ZSTD_entropyCompressSeqStore_internal()2680 assert(lastCountSize + bitstreamSize == 3); in ZSTD_entropyCompressSeqStore_internal()
485 { size_t const bitstreamSize = ZSTD_encodeSequences( in ZSTD_compressSubBlock_sequences() local492 FORWARD_IF_ERROR(bitstreamSize, "ZSTD_encodeSequences failed"); in ZSTD_compressSubBlock_sequences()493 op += bitstreamSize; in ZSTD_compressSubBlock_sequences()503 …if (writeEntropy && fseMetadata->lastCountSize && fseMetadata->lastCountSize + bitstreamSize < 4) { in ZSTD_compressSubBlock_sequences()505 assert(fseMetadata->lastCountSize + bitstreamSize == 3); in ZSTD_compressSubBlock_sequences()511 DEBUGLOG(5, "ZSTD_compressSubBlock_sequences (bitstreamSize=%zu)", bitstreamSize); in ZSTD_compressSubBlock_sequences()
2120 { size_t const bitstreamSize = ZSTD_encodeSequences( in ZSTD_compressSequences_internal() local2127 FORWARD_IF_ERROR(bitstreamSize, "ZSTD_encodeSequences failed"); in ZSTD_compressSequences_internal()2128 op += bitstreamSize; in ZSTD_compressSequences_internal()