|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfi.helsinki.cs.ohtu.mpeg2.video.MotionVector.Predictors
public static class MotionVector.Predictors
Preserves that context of previously written motion vectors to determine correct binary encoding when writing motion vectors.
Field Summary | |
---|---|
private int[] |
predictors
|
Constructor Summary | |
---|---|
MotionVector.Predictors()
Constructs a new predictors instance, which is reset immediately. |
Method Summary | |
---|---|
(package private) int |
get(int index)
|
void |
reset()
Resets the predictors instance. |
(package private) void |
set(int index,
int value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int[] predictors
Constructor Detail |
---|
public MotionVector.Predictors()
Method Detail |
---|
public void reset()
int get(int index)
void set(int index, int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |