Searched refs:LitEnc_GetPriceMatched (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c669 static UInt32 LitEnc_GetPriceMatched(const CLzmaProb *probs, UInt32 symbol, UInt32 matchByte, UInt32 *ProbPrices) function
1035 LitEnc_GetPriceMatched(probs, curByte, matchByte, p->ProbPrices) :
1248 LitEnc_GetPriceMatched(probs, curByte, matchByte, p->ProbPrices) :
1377 LitEnc_GetPriceMatched(LIT_PROBS(position + lenTest, data[lenTest - 1]),
1466 LitEnc_GetPriceMatched(LIT_PROBS(position + lenTest, data[lenTest - 1]),

Completed in 63 milliseconds