Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c768 #define GET_PRICEa_1(prob) ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits] macro
877 prices[i + 1] = price + GET_PRICEa_1(prob); in SetPrices_3()
894 b = GET_PRICEa_1(prob); in LenPriceEnc_UpdateTables()
933 b += GET_PRICEa_1(enc->low[kLenNumLowSymbols]); in LenPriceEnc_UpdateTables()
955 prices[(size_t)i * 2 + 1] = price + GET_PRICEa_1(prob); in LenPriceEnc_UpdateTables()
2100 p->alignPrices[i + 8] = price + GET_PRICEa_1(prob); in FillAlignPrices()
2142 tempPrices[base + offset] = price + GET_PRICEa_1(prob); in FillDistancesPrices()
2167 posSlotPrices[(size_t)slot * 2 + 1] = price + GET_PRICEa_1(prob); in FillDistancesPrices()