Searched defs:GetPrice0 (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Compress/
H A DRangeCoderBit.h74 UInt32 GetPrice0() const { return ProbPrices[this->Prob >> kNumMoveReducingBits]; } function in class:NCompress::NRangeCoder::CBitEncoder
/external/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoderBit.cs67 public uint GetPrice0() { return ProbPrices[Prob >> kNumMoveReducingBits]; } method in struct:SevenZip.Compression.RangeCoder.BitEncoder
/external/lzma/Java/SevenZip/Compression/RangeCoder/
H A DEncoder.java143 static public int GetPrice0(int Prob) method in class:Encoder

Completed in 146 milliseconds