Home
last modified time | relevance | path

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

/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Compress/
H A DRar3Decoder.cpp732 len = 2 + ((4 + (sym2 & 3)) << num) + m_InBitStream.BitDecoder.ReadBits_upto8(num); in DecodeLZ()
743 … rep0 = kLen2DistStarts[sym] + m_InBitStream.BitDecoder.ReadBits_upto8(kLen2DistDirectBits[sym]); in DecodeLZ()
753 …len = kNormalMatchMinLen + ((4 + (sym & 3)) << num) + m_InBitStream.BitDecoder.ReadBits_upto8(num); in DecodeLZ()
787 rep0 += m_InBitStream.BitDecoder.ReadBits_upto8(numBits); in DecodeLZ()
H A DRar3Decoder.h99 UInt32 ReadBits_upto8(unsigned numBits) in ReadBits_upto8() function