Home
last modified time | relevance | path

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

/external/lzma/CS/7zip/Compress/RangeCoder/
DRangeCoder.cs97 public void EncodeBit(uint size0, int numTotalBits, uint symbol) in EncodeBit() method in SevenZip.Compression.RangeCoder.Encoder
/external/lzma/CPP/7zip/Compress/
DRangeCoder.h89 void EncodeBit(UInt32 size0, UInt32 numTotalBits, UInt32 symbol) in EncodeBit() function