Home
last modified time | relevance | path

Searched refs:EncodeBlockWithHeaders (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DBZip2Encoder.h116 UInt32 EncodeBlockWithHeaders(const Byte *block, UInt32 blockSize);
DBZip2Encoder.cpp596 UInt32 CThreadInfo::EncodeBlockWithHeaders(const Byte *block, UInt32 blockSize) in EncodeBlockWithHeaders() function in NCompress::NBZip2::CThreadInfo
669 UInt32 crcVal = EncodeBlockWithHeaders(block, blockSize); in EncodeBlock2()