Searched refs:GET_PRICE_LEN (Results 1 - 1 of 1) sorted by relevance
/third_party/lzma/C/ |
H A D | LzmaEnc.c | 337 #define GET_PRICE_LEN(p, posState, len) \
macro 341 #define GET_PRICE_LEN(p, posState, len) \
1359 UInt32 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState, repLen);
in GetOptimum() 1391 UInt32 price = normalMatchPrice + GET_PRICE_LEN(&p->lenEnc, posState, len);
in GetOptimum() 1700 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState2, len);
in GetOptimum() 1747 UInt32 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState, len2);
in GetOptimum() 1780 price += GET_PRICE_LEN(&p->repLenEnc, posState, len)
in GetOptimum() 1809 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState2, len2);
in GetOptimum() 1864 UInt32 price = normalMatchPrice + GET_PRICE_LEN(&p->lenEnc, posState, len);
in GetOptimum() 1930 price2 = price + GET_PRICE_LEN( in GetOptimum() [all...] |
Completed in 4 milliseconds