Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c1669 UInt32 footerBits = ((posSlot >> 1) - 1); in FillDistancesPrices() local
1670 UInt32 base = ((2 | (posSlot & 1)) << footerBits); in FillDistancesPrices()
1671 …tempPrices[i] = RcTree_ReverseGetPrice(p->posEncoders + base - posSlot - 1, footerBits, i - base, … in FillDistancesPrices()
1864 UInt32 footerBits = ((posSlot >> 1) - 1); in LzmaEnc_CodeOneBlock() local
1865 UInt32 base = ((2 | (posSlot & 1)) << footerBits); in LzmaEnc_CodeOneBlock()
1869 … RcTree_ReverseEncode(&p->rc, p->posEncoders + base - posSlot - 1, footerBits, posReduced); in LzmaEnc_CodeOneBlock()
1872 … RangeEnc_EncodeDirectBits(&p->rc, posReduced >> kNumAlignBits, footerBits - kNumAlignBits); in LzmaEnc_CodeOneBlock()