Searched defs:prices (Results 1 – 3 of 3) sorted by relevance
/external/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaEncoder.cs | 220 public void SetPrices(UInt32 posState, UInt32 numSymbols, UInt32[] prices, UInt32 st) in SetPrices()
|
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Encoder.java | 220 public void SetPrices(int posState, int numSymbols, int[] prices, int st) in SetPrices()
|
/external/lzma/C/ |
D | LzmaEnc.c | 216 UInt32 prices[LZMA_NUM_PB_STATES_MAX][kLenNumSymbolsTotal]; member 756 static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymbols, UInt32 *prices, UInt32… in LenEnc_SetPrices()
|