HomeSort by relevance Sort by last modified time
    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 194 milliseconds