Méthode | Description | |
---|---|---|
Create ( int numPosBits, int numPrevBits ) : void | ||
DecodeNormal ( RangeCoder rangeDecoder, uint pos, byte prevByte ) : byte | ||
DecodeWithMatchByte ( RangeCoder rangeDecoder, uint pos, byte prevByte, byte matchByte ) : byte | ||
Init ( ) : void |
Méthode | Description | |
---|---|---|
GetState ( uint pos, byte prevByte ) : uint |
public Create ( int numPosBits, int numPrevBits ) : void | ||
numPosBits | int | |
numPrevBits | int | |
Résultat | void |
public DecodeNormal ( RangeCoder rangeDecoder, uint pos, byte prevByte ) : byte | ||
rangeDecoder | RangeCoder | |
pos | uint | |
prevByte | byte | |
Résultat | byte |
public DecodeWithMatchByte ( RangeCoder rangeDecoder, uint pos, byte prevByte, byte matchByte ) : byte | ||
rangeDecoder | RangeCoder | |
pos | uint | |
prevByte | byte | |
matchByte | byte | |
Résultat | byte |