OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetThreshold
(Results
1 - 4
of
4
) sorted by null
/external/lzma/C/
Ppmd7Dec.c
71
p->p.
GetThreshold
= Range_GetThreshold;
87
if ((count = rc->
GetThreshold
(rc, p->MinContext->SummFreq)) < (hiCnt = s->Freq))
166
count = rc->
GetThreshold
(rc, freqSum);
Ppmd7.h
102
UInt32 (*
GetThreshold
)(void *p, UInt32 total);
/external/lzma/CPP/7zip/Compress/
RangeCoder.h
138
UInt32
GetThreshold
(UInt32 total)
/external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoder.cs
170
public uint
GetThreshold
(uint total)
Completed in 42 milliseconds