OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCoderMixer
(Results
1 - 8
of
8
) sorted by null
/external/lzma/CPP/7zip/Archive/7z/
7zDecode.h
22
struct CBindInfoEx: public
NCoderMixer
::CBindInfo
39
NCoderMixer
::CCoderMixer2ST *_mixerCoderSTSpec;
41
NCoderMixer
::CCoderMixer2MT *_mixerCoderMTSpec;
42
NCoderMixer
::CCoderMixer2 *_mixerCoderCommon;
7zEncode.h
24
NCoderMixer
::CCoderMixer2MT *_mixerCoderSpec;
30
NCoderMixer
::CBindInfo _bindInfo;
31
NCoderMixer
::CBindInfo _decompressBindInfo;
32
NCoderMixer
::CBindReverseConverter *_bindReverseConverter;
7zDecode.cpp
23
NCoderMixer
::CBindPair &bindPair = bindInfo.BindPairs[i];
34
NCoderMixer
::CCoderStreamsInfo &coderStreamsInfo = bindInfo.Coders[i];
48
static bool AreCodersEqual(const
NCoderMixer
::CCoderStreamsInfo &a1,
49
const
NCoderMixer
::CCoderStreamsInfo &a2)
55
static bool AreBindPairsEqual(const
NCoderMixer
::CBindPair &a1, const
NCoderMixer
::CBindPair &a2)
158
_mixerCoderMTSpec = new
NCoderMixer
::CCoderMixer2MT;
165
_mixerCoderSTSpec = new
NCoderMixer
::CCoderMixer2ST;
7zEncode.cpp
22
static void ConvertBindInfoToFolderItemInfo(const
NCoderMixer
::CBindInfo &bindInfo,
33
const
NCoderMixer
::CBindPair &mixerBp = bindInfo.BindPairs[i];
41
const
NCoderMixer
::CCoderStreamsInfo &coderStreamsInfo = bindInfo.Coders[i];
65
_mixerCoderSpec = new
NCoderMixer
::CCoderMixer2MT;
319
NCoderMixer
::CCoderStreamsInfo coderStreamsInfo;
342
NCoderMixer
::CCoderStreamsInfo coderStreamsInfo;
349
NCoderMixer
::CBindPair bindPair;
370
NCoderMixer
::CBindPair bindPair;
417
NCoderMixer
::CBindPair bindPair;
431
NCoderMixer
::CCoderStreamsInfo coderStreamsInfo;
[
all
...]
/external/lzma/CPP/7zip/Archive/Common/
CoderMixer2.h
11
namespace
NCoderMixer
{
130
NCoderMixer
::CBindInfo _srcBindInfo;
138
CBindReverseConverter(const
NCoderMixer
::CBindInfo &srcBindInfo);
139
void CreateReverseBindInfo(
NCoderMixer
::CBindInfo &destBindInfo);
CoderMixer2MT.h
11
namespace
NCoderMixer
{
CoderMixer2.cpp
7
namespace
NCoderMixer
{
CoderMixer2MT.cpp
7
namespace
NCoderMixer
{
Completed in 339 milliseconds