Lines Matching refs:base
2240 unsigned base = ((2 | (posSlot & 1)) << footerBits);
2241 const CLzmaProb *probs = p->posEncoders + (size_t)base * 2;
2242 // tempPrices[i] = RcTree_ReverseGetPrice(p->posEncoders + base, footerBits, i - base, p->ProbPrices);
2247 base += i;
2261 tempPrices[base ] = price + GET_PRICEa_0(prob);
2262 tempPrices[base + offset] = price + GET_PRICEa_1(prob);
2584 unsigned base = ((2 | (posSlot & 1)) << footerBits);
2585 RcTree_ReverseEncode(&p->rc, p->posEncoders + base, footerBits, (unsigned)(dist /* - base */));