Searched refs:price (Results 1 – 1 of 1) sorted by relevance
157 UInt32 price; member672 UInt32 price = 0; in LitEnc_GetPrice() local676 price += GET_PRICEa(probs[symbol >> 8], (symbol >> 7) & 1); in LitEnc_GetPrice()680 return price; in LitEnc_GetPrice()685 UInt32 price = 0; in LitEnc_GetPriceMatched() local691 price += GET_PRICEa(probs[offs + (matchByte & offs) + (symbol >> 8)], (symbol >> 7) & 1); in LitEnc_GetPriceMatched()696 return price; in LitEnc_GetPriceMatched()729 UInt32 price = 0; in RcTree_GetPrice() local733 price += GET_PRICEa(probs[symbol >> 1], symbol & 1); in RcTree_GetPrice()736 return price; in RcTree_GetPrice()[all …]