SevenZip.Compression.RangeCoder
public class Encoder extends Object
| Field Summary | |
|---|---|
| static int | kNumBitPriceShiftBits |
| Method Summary | |
|---|---|
| void | Encode(short[] probs, int index, int symbol) |
| void | EncodeDirectBits(int v, int numTotalBits) |
| void | FlushData() |
| void | FlushStream() |
| static int | GetPrice(int Prob, int symbol) |
| static int | GetPrice0(int Prob) |
| static int | GetPrice1(int Prob) |
| long | GetProcessedSizeAdd() |
| void | Init() |
| static void | InitBitModels(short[] probs) |
| void | ReleaseStream() |
| void | SetStream(OutputStream stream) |
| void | ShiftLow() |