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

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

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

Метод Описание
Decode ( ) : void
Motion ( Parameters p, Buffer bufs, Block frames ) : System
Render ( Block outBlocks, VideoFormat f ) : void

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

Метод Описание
AccumulateBlock ( Block b, int x, int y ) : void
DcPrediction ( int x, int y, int pred ) : void
DecodeMacroBlock ( int x, int y ) : void
DecodePredictionUnit ( Vector mv, int x, int y ) : void
DumpWeights ( ) : void
Edge ( int x, int y ) : bool
GetVector ( int x, int y ) : Vector
GlobalPrediction ( int x, int y ) : int
InitializeRender ( int k, VideoFormat f ) : void
ModePrediction ( int x, int y ) : int
PredictBlock ( Block b, int i, int j, int k ) : void
PredictPixel ( Vector mv, int x, int y, int k ) : short
PredictSubPixel ( int reference, int px, int py ) : short
SetVector ( Vector mv, int x, int y ) : void
SplitPrediction ( int x, int y ) : int
VectorPrediction ( Vector mv, int x, int y, int mode ) : void

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

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

public Decode ( ) : void
Результат void

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

public Motion ( Parameters p, Buffer bufs, Block frames ) : System
p Parameters
bufs Buffer
frames Block
Результат System

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

public Render ( Block outBlocks, VideoFormat f ) : void
outBlocks Block
f VideoFormat
Результат void