Home
last modified time | relevance | path

Searched defs:prices (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs220 public void SetPrices(UInt32 posState, UInt32 numSymbols, UInt32[] prices, UInt32 st) in SetPrices()
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java220 public void SetPrices(int posState, int numSymbols, int[] prices, int st) in SetPrices()
/external/lzma/C/
DLzmaEnc.c216 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()