OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NCompress
(Results
1 - 17
of
17
) sorted by null
/external/lzma/CPP/7zip/Compress/
CopyCoder.h
10
namespace
NCompress
{
Lzma2Encoder.h
12
namespace
NCompress
{
LzmaEncoder.h
12
namespace
NCompress
{
CopyCoder.cpp
11
namespace
NCompress
{
63
CMyComPtr<ICompressCoder> copyCoder = new
NCompress
::CCopyCoder;
Lzma2Decoder.h
12
namespace
NCompress
{
PpmdDecoder.h
15
namespace
NCompress
{
Lzma2Encoder.cpp
12
namespace
NCompress
{
LzmaDecoder.h
11
namespace
NCompress
{
PpmdEncoder.cpp
13
namespace
NCompress
{
RangeCoderBit.h
9
namespace
NCompress
{
Bcj2Coder.h
12
namespace
NCompress
{
29
NCompress
::NRangeCoder::CEncoder _rangeEncoder;
30
NCompress
::NRangeCoder::CBitEncoder<kNumMoveBits> _statusEncoder[256 + 2];
73
NCompress
::NRangeCoder::CDecoder _rangeDecoder;
74
NCompress
::NRangeCoder::CBitDecoder<kNumMoveBits> _statusDecoder[256 + 2];
LzmaEncoder.cpp
12
namespace
NCompress
{
Lzma2Decoder.cpp
24
namespace
NCompress
{
LzmaDecoder.cpp
24
namespace
NCompress
{
RangeCoder.h
10
namespace
NCompress
{
Bcj2Coder.cpp
9
namespace
NCompress
{
/external/lzma/CPP/7zip/Archive/
XzHandler.cpp
27
namespace
NCompress
{
655
RINOK(
NCompress
::NLzma2::SetLzma2Prop(prop.Id, prop.Value, lzma2Props));
678
return
NCompress
::CopyStream(_stream, outStream, 0);
Completed in 63 milliseconds