Searched refs:GET_PRICE_LEN (Results 1 – 1 of 1) sorted by relevance
/external/lzma/C/ |
D | LzmaEnc.c | 249 #define GET_PRICE_LEN(p, posState, len) \ macro 1254 UInt32 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState, repLen); in GetOptimum() 1286 UInt32 price = normalMatchPrice + GET_PRICE_LEN(&p->lenEnc, posState, len); in GetOptimum() 1595 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState2, len); in GetOptimum() 1642 UInt32 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState, len2); in GetOptimum() 1675 price += GET_PRICE_LEN(&p->repLenEnc, posState, len) in GetOptimum() 1704 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState2, len2); in GetOptimum() 1759 UInt32 price = normalMatchPrice + GET_PRICE_LEN(&p->lenEnc, posState, len); in GetOptimum() 1825 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState2, len2); in GetOptimum()
|