Lines Matching defs:GET_PRICE_0
861 #define GET_PRICE_0(prob) p->ProbPrices[(prob) >> kNumMoveReducingBits]
1133 ( GET_PRICE_0(p->isRepG0[state]) + GET_PRICE_0(p->isRep0Long[state][posState]))
1139 + GET_PRICE_0(p->isRepG0[state])
1148 price = GET_PRICE_0(prob);
1156 price += GET_PRICE_0(prob);
1314 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) +
1379 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]);
1597 litPrice = curPrice + GET_PRICE_0(prob);
1781 + GET_PRICE_0(p->isMatch[state2][posState2])
1844 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]);
1910 price += GET_PRICE_0(p->isMatch[state2][posState2]);