Home
last modified time | relevance | path

Searched defs:GetPrice (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CS/7zip/Compress/RangeCoder/
DRangeCoderBitTree.cs46 public UInt32 GetPrice(UInt32 symbol) in GetPrice() method
DRangeCoderBit.cs63 public uint GetPrice(uint symbol) in GetPrice() method
/external/lzma/Java/SevenZip/Compression/RangeCoder/
DEncoder.java139 static public int GetPrice(int Prob, int symbol) in GetPrice() method in Encoder
DBitTreeEncoder.java44 public int GetPrice(int symbol) in GetPrice() method in BitTreeEncoder
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs108 public uint GetPrice(bool matchMode, byte matchByte, byte symbol) in GetPrice() method
254 public UInt32 GetPrice(UInt32 symbol, UInt32 posState) in GetPrice() method in SevenZip.Compression.LZMA.Encoder.LenPriceTableEncoder
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java108 public int GetPrice(boolean matchMode, byte matchByte, byte symbol) in GetPrice() method in Encoder.LiteralEncoder.Encoder2
254 public int GetPrice(int symbol, int posState) in GetPrice() method in Encoder.LenPriceTableEncoder