Lines Matching defs:GET_PRICE_1
862 #define GET_PRICE_1(prob) p->ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits]
1136 GET_PRICE_1(p->isMatch[state][posState]) \
1137 + GET_PRICE_1(p->isRep0Long[state][posState])) \
1138 + GET_PRICE_1(p->isRep[state]) \
1149 price += GET_PRICE_1(p->isRep0Long[state][posState]);
1153 price = GET_PRICE_1(prob);
1159 price += GET_PRICE_1(prob);
1322 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]);
1323 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]);
1596 matchPrice = curPrice + GET_PRICE_1(prob);
1627 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]);