HomeSort by relevance Sort by last modified time
    Searched full:coderindex (Results 1 - 12 of 12) sorted by null

  /external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h 41 bool IsThereBond_to_Coder(unsigned coderIndex) const
44 if (Bonds[i].InCoder == coderIndex)
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2.cpp 68 bool CheckCoder(unsigned coderIndex);
75 bool CBondsChecks::CheckCoder(unsigned coderIndex)
77 const CCoderStreamsInfo &coder = BindInfo->Coders[coderIndex];
79 if (coderIndex >= _coderUsed.Size() || _coderUsed[coderIndex])
81 _coderUsed[coderIndex] = true;
83 UInt32 start = BindInfo->Coder_to_Stream[coderIndex];
185 bool CMixer::Is_UnpackSize_Correct_for_Coder(UInt32 coderIndex)
187 if (coderIndex == _bi.UnpackCoder)
190 int bond = _bi.FindBond_for_UnpackStream(coderIndex);
    [all...]
CoderMixer2.h 154 UInt32 GetStream_for_Coder(UInt32 coderIndex) const
157 for (UInt32 i = 0; i < coderIndex; i++)
181 void GetCoder_for_Stream(UInt32 streamIndex, UInt32 &coderIndex, UInt32 &coderStreamIndex) const
183 coderIndex = Stream_to_Coder[streamIndex];
184 coderStreamIndex = streamIndex - Coder_to_Stream[coderIndex];
276 virtual void SetCoderInfo(unsigned coderIndex, const UInt64 *unpackSize, const UInt64 * const *packSizes) = 0;
283 bool Is_UnpackSize_Correct_for_Coder(UInt32 coderIndex);
284 bool Is_PackSize_Correct_for_Coder(UInt32 coderIndex);
285 bool IsThere_ExternalCoder_in_PackTree(UInt32 coderIndex);
325 HRESULT FinishCoder(UInt32 coderIndex);
    [all...]
  /external/lzma/C/
Xz.h 177 SRes MixCoder_SetFromMethod(CMixCoder *p, unsigned coderIndex, UInt64 methodId);
XzDec.c 374 SRes MixCoder_SetFromMethod(CMixCoder *p, unsigned coderIndex, UInt64 methodId)
376 IStateCoder *sc = &p->coders[coderIndex];
377 p->ids[coderIndex] = methodId;
385 if (coderIndex == 0)
  /prebuilts/abi-dumps/vndk/current/arm/source-based/
liblzma.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/arm64/source-based/
liblzma.so.lsdump.gz 
libcompiler_rt.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/x86/source-based/
liblzma.so.lsdump.gz 
libcompiler_rt.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/x86_64/source-based/
liblzma.so.lsdump.gz 
libcompiler_rt.so.lsdump.gz 

Completed in 215 milliseconds