C# Class DevCap.SevenZip.Compress.RangeCoder.BitTreeEncoder

Afficher le fichier Open project: jcmoyer/DevCap

Méthodes publiques

Méthode Description
BitTreeEncoder ( int numBitLevels ) : System
Encode ( Encoder rangeEncoder, UInt32 symbol ) : void
GetPrice ( UInt32 symbol ) : UInt32
Init ( ) : void
ReverseEncode ( DevCap.SevenZip.Compress.RangeCoder.BitEncoder Models, UInt32 startIndex, Encoder rangeEncoder, int NumBitLevels, UInt32 symbol ) : void
ReverseEncode ( Encoder rangeEncoder, UInt32 symbol ) : void
ReverseGetPrice ( DevCap.SevenZip.Compress.RangeCoder.BitEncoder Models, UInt32 startIndex, int NumBitLevels, UInt32 symbol ) : UInt32
ReverseGetPrice ( UInt32 symbol ) : UInt32

Method Details

BitTreeEncoder() public méthode

public BitTreeEncoder ( int numBitLevels ) : System
numBitLevels int
Résultat System

Encode() public méthode

public Encode ( Encoder rangeEncoder, UInt32 symbol ) : void
rangeEncoder Encoder
symbol System.UInt32
Résultat void

GetPrice() public méthode

public GetPrice ( UInt32 symbol ) : UInt32
symbol System.UInt32
Résultat System.UInt32

Init() public méthode

public Init ( ) : void
Résultat void

ReverseEncode() public static méthode

public static ReverseEncode ( DevCap.SevenZip.Compress.RangeCoder.BitEncoder Models, UInt32 startIndex, Encoder rangeEncoder, int NumBitLevels, UInt32 symbol ) : void
Models DevCap.SevenZip.Compress.RangeCoder.BitEncoder
startIndex System.UInt32
rangeEncoder Encoder
NumBitLevels int
symbol System.UInt32
Résultat void

ReverseEncode() public méthode

public ReverseEncode ( Encoder rangeEncoder, UInt32 symbol ) : void
rangeEncoder Encoder
symbol System.UInt32
Résultat void

ReverseGetPrice() public static méthode

public static ReverseGetPrice ( DevCap.SevenZip.Compress.RangeCoder.BitEncoder Models, UInt32 startIndex, int NumBitLevels, UInt32 symbol ) : UInt32
Models DevCap.SevenZip.Compress.RangeCoder.BitEncoder
startIndex System.UInt32
NumBitLevels int
symbol System.UInt32
Résultat System.UInt32

ReverseGetPrice() public méthode

public ReverseGetPrice ( UInt32 symbol ) : UInt32
symbol System.UInt32
Résultat System.UInt32