Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c677 #define GET_PRICEa(prob, symbol) \ macro
692 price += GET_PRICEa(probs[symbol >> 8], (symbol >> 7) & 1); in LitEnc_GetPrice()
707 price += GET_PRICEa(probs[offs + (matchByte & offs) + (symbol >> 8)], (symbol >> 7) & 1); in LitEnc_GetPriceMatched()
749 price += GET_PRICEa(probs[symbol >> 1], symbol & 1); in RcTree_GetPrice()
764 price += GET_PRICEa(probs[m], bit); in RcTree_ReverseGetPrice()