Home
last modified time | relevance | path

Searched refs:GET_PRICEa (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c647 #define GET_PRICEa(prob, symbol) \ macro
662 price += GET_PRICEa(probs[symbol >> 8], (symbol >> 7) & 1); in LitEnc_GetPrice()
677 price += GET_PRICEa(probs[offs + (matchByte & offs) + (symbol >> 8)], (symbol >> 7) & 1); in LitEnc_GetPriceMatched()
719 price += GET_PRICEa(probs[symbol >> 1], symbol & 1); in RcTree_GetPrice()
734 price += GET_PRICEa(probs[m], bit); in RcTree_ReverseGetPrice()