C# Class org.diracvideo.Jirac.SubBand

Show file Open project: mono/csdirac Class Usage Examples

Public Methods

Method 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

Method 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 method

public CalculateSizes ( int i, bool luma ) : void
i int
luma bool
return void

DecodeCoeffs() public method

public DecodeCoeffs ( short &c ) : void
c short
return void

IntraDCPredict() public method

public IntraDCPredict ( short &c ) : void
c short
return void

SubBand() public method

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