Home
last modified time | relevance | path

Searched refs:UpdateShortRep (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CS/7zip/Compress/LZMA/
DLzmaBase.cs27 public void UpdateShortRep() { Index = (uint)(Index < 7 ? 9 : 11); } in UpdateShortRep() method
DLzmaDecoder.cs278 state.UpdateShortRep(); in Code()
DLzmaEncoder.cs734 state.UpdateShortRep(); in GetOptimum()
1156 _state.UpdateShortRep(); in CodeOneBlock()