Lines Matching defs:footerBits
2239 unsigned footerBits = (posSlot >> 1) - 1;
2240 unsigned base = ((2 | (posSlot & 1)) << footerBits);
2242 // tempPrices[i] = RcTree_ReverseGetPrice(p->posEncoders + base, footerBits, i - base, p->ProbPrices);
2246 unsigned offset = (unsigned)1 << footerBits;
2249 if (footerBits)
2257 while (--footerBits);
2580 unsigned footerBits = ((posSlot >> 1) - 1);
2584 unsigned base = ((2 | (posSlot & 1)) << footerBits);
2585 RcTree_ReverseEncode(&p->rc, p->posEncoders + base, footerBits, (unsigned)(dist /* - base */));
2589 UInt32 pos2 = (dist | 0xF) << (32 - footerBits);
2591 // RangeEnc_EncodeDirectBits(&p->rc, posReduced >> kNumAlignBits, footerBits - kNumAlignBits);
2596 p->rc.low += range & (0 - ((dist >> --footerBits) & 1));
2599 while (footerBits > kNumAlignBits);