public class InterModeInfo extends ModeInfo
| Constructor and Description |
|---|
InterModeInfo(int segmentId,
boolean skip,
int txSize,
int yMode,
int subModes,
int uvMode) |
InterModeInfo(int segmentId,
boolean skip,
int txSize,
int yMode,
int subModes,
int uvMode,
long mvl0,
long mvl1,
long mvl2,
long mvl3) |
| Modifier and Type | Method and Description |
|---|---|
static long |
findBestMv(int miCol,
int miRow,
int blSz,
int ref,
int blk,
DecodingContext c,
boolean clearHp)
Finds near and nearest MVs and returns an MVList
|
long |
getMvl0() |
long |
getMvl1() |
long |
getMvl2() |
long |
getMvl3() |
boolean |
isInter() |
static InterModeInfo |
read(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
Probabilities probs,
DecodingContext c) |
getSegmentId, getSubModes, getTxSize, getUvMode, getyMode, isSkip, readSegmentId, readSkipFlag, readTxSizepublic InterModeInfo(int segmentId,
boolean skip,
int txSize,
int yMode,
int subModes,
int uvMode)
public InterModeInfo(int segmentId,
boolean skip,
int txSize,
int yMode,
int subModes,
int uvMode,
long mvl0,
long mvl1,
long mvl2,
long mvl3)
public long getMvl0()
public long getMvl1()
public long getMvl2()
public long getMvl3()
public static InterModeInfo read(int miCol, int miRow, int blSz, VPXBooleanDecoder decoder, Probabilities probs, DecodingContext c)
public static long findBestMv(int miCol,
int miRow,
int blSz,
int ref,
int blk,
DecodingContext c,
boolean clearHp)
Copyright © 2018. All rights reserved.