Home
last modified time | relevance | path

Searched defs:_bitStream (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DRar5Decoder.cpp1019 HRESULT CDecoder::AddFilter(CBitDecoder &_bitStream) in AddFilter()
1091 HRESULT CDecoder::ReadTables(CBitDecoder &_bitStream) in ReadTables()
1334 static inline CLenType SlotToLen(CBitDecoder &_bitStream, CLenType slot) in SlotToLen()
1379 CBitDecoder _bitStream; in DecodeLZ2() local
1661 CBitDecoder _bitStream; in DecodeLZ() local
H A DLzxDecoder.cpp897 UInt32 ReadBits(CBitDecoder &_bitStream, unsigned numBits)
998 #define READ_TABLE(_bitStream, levels, levelsEnd) \ argument
1005 bool CDecoder::ReadTables(CBitByteDecoder &_bitStream) throw()
1329 CBitByteDecoder _bitStream; local
H A DRar2Decoder.cpp280 static inline CLenType SlotToLen(CBitDecoder &_bitStream, CLenType slot) in SlotToLen()