OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coderIndex
(Results
1 - 6
of
6
) sorted by null
/external/lzma/CPP/7zip/Archive/Common/
CoderMixer2.h
41
UInt32 GetCoderStartOutStream(UInt32
coderIndex
) const
44
for (UInt32 i = 0; i <
coderIndex
; i++)
78
UInt32 GetCoderInStreamIndex(UInt32
coderIndex
) const
81
for (UInt32 i = 0; i <
coderIndex
; i++)
86
UInt32 GetCoderOutStreamIndex(UInt32
coderIndex
) const
89
for (UInt32 i = 0; i <
coderIndex
; i++)
95
void FindInStream(UInt32 streamIndex, UInt32 &
coderIndex
,
98
for (
coderIndex
= 0;
coderIndex
< (UInt32)Coders.Size();
coderIndex
++)
[
all
...]
CoderMixer2MT.h
35
SetProgressIndex(UInt32
coderIndex
);
73
void SetProgressCoderIndex(unsigned
coderIndex
) { _progressCoderIndex =
coderIndex
; }
76
void SetCoderInfo(UInt32
coderIndex
, const UInt64 **inSizes, const UInt64 **outSizes)
77
{ _coders[
coderIndex
].SetCoderInfo(inSizes, outSizes); }
/external/lzma/CPP/7zip/Archive/7z/
7zDecode.cpp
228
UInt32
coderIndex
= 0;
234
CMyComPtr<IUnknown> &decoder = _decoders[
coderIndex
];
291
coderIndex
++;
7zEncode.cpp
392
UInt32
coderIndex
, coderStreamIndex;
393
_bindInfo.FindInStream(inIndex,
coderIndex
, coderStreamIndex);
394
UInt32 outIndex = _bindInfo.GetCoderOutStreamIndex(
coderIndex
);
/external/lzma/C/
Xz.h
177
SRes MixCoder_SetFromMethod(CMixCoder *p, int
coderIndex
, UInt64 methodId);
XzDec.c
374
SRes MixCoder_SetFromMethod(CMixCoder *p, int
coderIndex
, UInt64 methodId)
376
IStateCoder *sc = &p->coders[
coderIndex
];
377
p->ids[
coderIndex
] = methodId;
385
if (
coderIndex
== 0)
Completed in 242 milliseconds