Home
last modified time | relevance | path

Searched defs:coderIndex (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2MT.h70 void SetProgressCoderIndex(int coderIndex) { _progressCoderIndex = coderIndex; } in SetProgressCoderIndex()
73 void SetCoderInfo(UInt32 coderIndex, const UInt64 **inSizes, const UInt64 **outSizes) in SetCoderInfo()
/external/lzma/CPP/7zip/Archive/7z/
D7zDecode.cpp218 UInt32 coderIndex = 0; in Decode() local
D7zEncode.cpp372 UInt32 coderIndex, coderStreamIndex; in EncoderConstr() local
/external/lzma/C/
DXzDec.c359 SRes MixCoder_SetFromMethod(CMixCoder *p, int coderIndex, UInt64 methodId) in MixCoder_SetFromMethod()