C# 클래스 org.diracvideo.Jirac.Motion

파일 보기 프로젝트 열기: mono/csdirac 1 사용 예제들

공개 메소드들

메소드 설명
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