Home
last modified time | relevance | path

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

/external/lzma/C/
DPpmd7Dec.c75 p->vt.GetThreshold = Range_GetThreshold; in Ppmd7z_RangeDec_CreateVTable()
91 if ((count = rc->GetThreshold(rc, p->MinContext->SummFreq)) < (hiCnt = s->Freq)) in Ppmd7_DecodeSymbol()
170 count = rc->GetThreshold(rc, freqSum); in Ppmd7_DecodeSymbol()
DPpmd7.h104 UInt32 (*GetThreshold)(const IPpmd7_RangeDec *p, UInt32 total); member
/external/lzma/CS/7zip/Compress/RangeCoder/
DRangeCoder.cs170 public uint GetThreshold(uint total) in GetThreshold() method in SevenZip.Compression.RangeCoder.Decoder