Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaEnc.c661 #define GET_PRICEa(prob, symbol) \ macro
676 price += GET_PRICEa(probs[symbol >> 8], (symbol >> 7) & 1); in LitEnc_GetPrice()
691 price += GET_PRICEa(probs[offs + (matchByte & offs) + (symbol >> 8)], (symbol >> 7) & 1); in LitEnc_GetPriceMatched()
733 price += GET_PRICEa(probs[symbol >> 1], symbol & 1); in RcTree_GetPrice()
748 price += GET_PRICEa(probs[m], bit); in RcTree_ReverseGetPrice()