Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaEnc.c157 UInt32 price; member
672 UInt32 price = 0; in LitEnc_GetPrice() local
676 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() local
691 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() local
733 price += GET_PRICEa(probs[symbol >> 1], symbol & 1); in RcTree_GetPrice()
736 return price; in RcTree_GetPrice()
[all …]