OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetPrice1
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/Compress/
RangeCoderBit.h
75
UInt32
GetPrice1
() const { return ProbPrices[(this->Prob ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits]; }
/external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoderBit.cs
68
public uint
GetPrice1
() { return ProbPrices[(kBitModelTotal - Prob) >> kNumMoveReducingBits]; }
/external/lzma/Java/SevenZip/Compression/RangeCoder/
Encoder.java
147
static public int
GetPrice1
(int Prob)
Completed in 148 milliseconds