C# Class org.diracvideo.Jirac.SubBand

Afficher le fichier Open project: mono/csdirac Class Usage Examples

Méthodes publiques

Méthode Description
CalculateSizes ( int i, bool luma ) : void
DecodeCoeffs ( short &c ) : void
IntraDCPredict ( short &c ) : void
SubBand ( Buffer b, int q, Parameters p ) : org.diracvideo.Math

Private Methods

Méthode Description
CalculateBounds ( int bounds, int blockX, int blockY ) : void
DecodeCodeBlock ( short &c, Arithmetic a, int bounds ) : void
DecodeCodeBlock ( short &res, Unpack u, int bounds ) : void
DecodeLineGeneric ( short &c, Arithmetic a, int lineOffset, int blockWidth, int qf, int qo ) : void
QuantFactor ( int qi ) : int
QuantOffset ( int qi ) : int

Method Details

CalculateSizes() public méthode

public CalculateSizes ( int i, bool luma ) : void
i int
luma bool
Résultat void

DecodeCoeffs() public méthode

public DecodeCoeffs ( short &c ) : void
c short
Résultat void

IntraDCPredict() public méthode

public IntraDCPredict ( short &c ) : void
c short
Résultat void

SubBand() public méthode

public SubBand ( Buffer b, int q, Parameters p ) : org.diracvideo.Math
b Buffer
q int
p Parameters
Résultat org.diracvideo.Math