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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp1263 UInt32 footerBits = 30; local
1264 UInt32 posReduced = (UInt32(1) << footerBits) - 1;
1265 _rangeEncoder.EncodeDirectBits(posReduced >> kNumAlignBits, footerBits - kNumAlignBits);
1444 UInt32 footerBits = ((posSlot >> 1) - 1); local
1445 UInt32 base = ((2 | (posSlot & 1)) << footerBits);
1450 &_rangeEncoder, footerBits, posReduced);
1453 _rangeEncoder.EncodeDirectBits(posReduced >> kNumAlignBits, footerBits - kNumAlignBits);
1514 UInt32 footerBits = ((posSlot >> 1) - 1); local
1515 UInt32 base = ((2 | (posSlot & 1)) << footerBits);
1517 base - posSlot - 1, footerBits,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp1263 UInt32 footerBits = 30; local
1264 UInt32 posReduced = (UInt32(1) << footerBits) - 1;
1265 _rangeEncoder.EncodeDirectBits(posReduced >> kNumAlignBits, footerBits - kNumAlignBits);
1444 UInt32 footerBits = ((posSlot >> 1) - 1); local
1445 UInt32 base = ((2 | (posSlot & 1)) << footerBits);
1450 &_rangeEncoder, footerBits, posReduced);
1453 _rangeEncoder.EncodeDirectBits(posReduced >> kNumAlignBits, footerBits - kNumAlignBits);
1514 UInt32 footerBits = ((posSlot >> 1) - 1); local
1515 UInt32 base = ((2 | (posSlot & 1)) << footerBits);
1517 base - posSlot - 1, footerBits,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp1263 UInt32 footerBits = 30; local
1264 UInt32 posReduced = (UInt32(1) << footerBits) - 1;
1265 _rangeEncoder.EncodeDirectBits(posReduced >> kNumAlignBits, footerBits - kNumAlignBits);
1444 UInt32 footerBits = ((posSlot >> 1) - 1); local
1445 UInt32 base = ((2 | (posSlot & 1)) << footerBits);
1450 &_rangeEncoder, footerBits, posReduced);
1453 _rangeEncoder.EncodeDirectBits(posReduced >> kNumAlignBits, footerBits - kNumAlignBits);
1514 UInt32 footerBits = ((posSlot >> 1) - 1); local
1515 UInt32 base = ((2 | (posSlot & 1)) << footerBits);
1517 base - posSlot - 1, footerBits,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/tools/misc/lzma_src/C/
H A DLzmaEnc.c1672 UInt32 footerBits = ((posSlot >> 1) - 1); local
1673 UInt32 base = ((2 | (posSlot & 1)) << footerBits);
1674 tempPrices[i] = RcTree_ReverseGetPrice(p->posEncoders + base - posSlot - 1, footerBits, i - base, p->ProbPrices);
1867 UInt32 footerBits = ((posSlot >> 1) - 1); local
1868 UInt32 base = ((2 | (posSlot & 1)) << footerBits);
1872 RcTree_ReverseEncode(&p->rc, p->posEncoders + base - posSlot - 1, footerBits, posReduced);
1875 RangeEnc_EncodeDirectBits(&p->rc, posReduced >> kNumAlignBits, footerBits - kNumAlignBits);

Completed in 112 milliseconds