Home
last modified time | relevance | path

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

/external/lzma/C/
DPpmd7Dec.c73 p->p.GetThreshold = Range_GetThreshold; in Ppmd7z_RangeDec_CreateVTable()
89 if ((count = rc->GetThreshold(rc, p->MinContext->SummFreq)) < (hiCnt = s->Freq)) in Ppmd7_DecodeSymbol()
168 count = rc->GetThreshold(rc, freqSum); in Ppmd7_DecodeSymbol()
DPpmd7.h102 UInt32 (*GetThreshold)(void *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