Searched refs:bitstreamSize (Results 1 – 3 of 3) sorted by relevance
484 { size_t const bitstreamSize = ZSTD_encodeSequences( in ZSTD_compressSubBlock_sequences() local491 FORWARD_IF_ERROR(bitstreamSize, "ZSTD_encodeSequences failed"); in ZSTD_compressSubBlock_sequences()492 op += bitstreamSize; in ZSTD_compressSubBlock_sequences()502 …if (writeEntropy && fseMetadata->lastCountSize && fseMetadata->lastCountSize + bitstreamSize < 4) { in ZSTD_compressSubBlock_sequences()504 assert(fseMetadata->lastCountSize + bitstreamSize == 3); in ZSTD_compressSubBlock_sequences()510 DEBUGLOG(5, "ZSTD_compressSubBlock_sequences (bitstreamSize=%zu)", bitstreamSize); in ZSTD_compressSubBlock_sequences()
2309 { size_t const bitstreamSize = ZSTD_encodeSequences( in ZSTD_entropyCompressSequences_internal() local2316 FORWARD_IF_ERROR(bitstreamSize, "ZSTD_encodeSequences failed"); in ZSTD_entropyCompressSequences_internal()2317 op += bitstreamSize; in ZSTD_entropyCompressSequences_internal()
12192 { size_t const bitstreamSize = ZSTD_encodeSequences( in ZSTD_compressSubBlock_sequences() local12199 FORWARD_IF_ERROR(bitstreamSize, "ZSTD_encodeSequences failed"); in ZSTD_compressSubBlock_sequences()12200 op += bitstreamSize; in ZSTD_compressSubBlock_sequences()12210 …if (writeEntropy && fseMetadata->lastCountSize && fseMetadata->lastCountSize + bitstreamSize < 4) { in ZSTD_compressSubBlock_sequences()12212 assert(fseMetadata->lastCountSize + bitstreamSize == 3); in ZSTD_compressSubBlock_sequences()12218 DEBUGLOG(5, "ZSTD_compressSubBlock_sequences (bitstreamSize=%zu)", bitstreamSize); in ZSTD_compressSubBlock_sequences()15203 { size_t const bitstreamSize = ZSTD_encodeSequences( in ZSTD_compressSequences_internal() local15210 FORWARD_IF_ERROR(bitstreamSize, "ZSTD_encodeSequences failed"); in ZSTD_compressSequences_internal()15211 op += bitstreamSize; in ZSTD_compressSequences_internal()