C# Класс org.diracvideo.Jirac.SubBand

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CalculateSizes ( int i, bool luma ) : void
DecodeCoeffs ( short &c ) : void
IntraDCPredict ( short &c ) : void
SubBand ( Buffer b, int q, Parameters p ) : org.diracvideo.Math

Приватные методы

Метод Описание
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

Описание методов

CalculateSizes() публичный Метод

public CalculateSizes ( int i, bool luma ) : void
i int
luma bool
Результат void

DecodeCoeffs() публичный Метод

public DecodeCoeffs ( short &c ) : void
c short
Результат void

IntraDCPredict() публичный Метод

public IntraDCPredict ( short &c ) : void
c short
Результат void

SubBand() публичный Метод

public SubBand ( Buffer b, int q, Parameters p ) : org.diracvideo.Math
b Buffer
q int
p Parameters
Результат org.diracvideo.Math