Home
last modified time | relevance | path

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

/external/lzma/CS/7zip/Compress/RangeCoder/
DRangeCoder.cs41 ShiftLow(); in FlushData()
61 ShiftLow(); in Encode()
65 public void ShiftLow() in ShiftLow() method in SevenZip.Compression.RangeCoder.Encoder
92 ShiftLow(); in EncodeDirectBits()
110 ShiftLow(); in EncodeBit()
DRangeCoderBit.cs44 encoder.ShiftLow(); in Encode()
/external/lzma/CPP/7zip/Compress/
DRangeCoder.h40 ShiftLow(); in FlushData()
54 ShiftLow(); in Encode()
58 void ShiftLow() in ShiftLow() function
84 ShiftLow(); in EncodeDirectBits()
102 ShiftLow(); in EncodeBit()
DRangeCoderBit.h67 encoder->ShiftLow(); in Encode()
/external/lzma/Java/SevenZip/Compression/RangeCoder/
DEncoder.java43 ShiftLow(); in FlushData()
51 public void ShiftLow() throws IOException in ShiftLow() method in Encoder
80 ShiftLow(); in EncodeDirectBits()
120 ShiftLow(); in Encode()