Constructor and Description |
---|
MvList(int size) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
copyPair(int off,
H264Utils.MvList other,
int otherOff) |
int |
getMv(int off,
int forward) |
int |
mv0R(int off) |
int |
mv0X(int off) |
int |
mv0Y(int off) |
int |
mv1R(int off) |
int |
mv1X(int off) |
int |
mv1Y(int off) |
void |
setMv(int off,
int forward,
int mv) |
void |
setPair(int off,
int mv0,
int mv1) |
public void clear()
public int mv0X(int off)
public int mv0Y(int off)
public int mv0R(int off)
public int mv1X(int off)
public int mv1Y(int off)
public int mv1R(int off)
public int getMv(int off, int forward)
public void setMv(int off, int forward, int mv)
public void setPair(int off, int mv0, int mv1)
public void copyPair(int off, H264Utils.MvList other, int otherOff)
Copyright © 2019. All rights reserved.