Package | Description |
---|---|
org.jcodec.codecs.vpx.vp9 |
Modifier and Type | Method and Description |
---|---|
static DecodingContext |
DecodingContext.createFromHeaders(ByteBuffer bb)
Reads VP9 frame headers and creates the decoding context
|
Modifier and Type | Method and Description |
---|---|
static long |
InterModeInfo.findBestMv(int miCol,
int miRow,
int blSz,
int ref,
int blk,
DecodingContext c,
boolean clearHp)
Finds near and nearest MVs and returns an MVList
|
ModeInfo |
ModeInfo.read(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c) |
InterModeInfo |
InterModeInfo.read(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c) |
static CodedBlock |
CodedBlock.read(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c) |
void |
Residual.read(int miCol,
int miRow,
int blType,
VPXBooleanDecoder decoder,
DecodingContext c,
ModeInfo modeInfo) |
static CodedSuperBlock |
CodedSuperBlock.read(int miCol,
int miRow,
VPXBooleanDecoder decoder,
DecodingContext c) |
protected CodedBlock |
CodedSuperBlock.readBlock(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c)
Needed for mocking
|
protected int |
InterModeInfo.readCompRef(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c) |
protected int |
InterModeInfo.readInterIntraMode(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c) |
protected int |
InterModeInfo.readInterIntraModeSub(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c) |
int |
ModeInfo.readInterIntraUvMode(int yMode,
VPXBooleanDecoder decoder,
DecodingContext c) |
int |
InterModeInfo.readInterMode(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c) |
protected int |
InterModeInfo.readInterpFilter(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c) |
protected boolean |
InterModeInfo.readIsInter(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c) |
int |
ModeInfo.readKfIntraMode(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c) |
int |
ModeInfo.readKfIntraModeSub(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c) |
int |
InterModeInfo.readKfUvMode(int yMode,
VPXBooleanDecoder decoder,
DecodingContext c) |
protected long[] |
InterModeInfo.readMV4x4(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c,
int packedRefFrames) |
protected long |
InterModeInfo.readMV8x8AndAbove(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c,
int packedRefFrames,
int lumaMode) |
protected long[] |
InterModeInfo.readMvSub8x8(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c,
int packedRefFrames) |
int[] |
Residual.readOneTU(int plane,
int blkCol,
int blkRow,
int txSz,
boolean isInter,
int intraMode,
VPXBooleanDecoder decoder,
DecodingContext c) |
protected static int |
CodedSuperBlock.readPartition(int miCol,
int miRow,
int blkSize,
VPXBooleanDecoder decoder,
DecodingContext c) |
protected boolean |
InterModeInfo.readRefMode(int miCol,
int miRow,
VPXBooleanDecoder decoder,
DecodingContext c) |
static Residual |
Residual.readResidual(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c,
ModeInfo mode) |
static int |
ModeInfo.readSegmentId(VPXBooleanDecoder decoder,
DecodingContext c) |
protected int |
InterModeInfo.readSingleRef(int miCol,
int miRow,
VPXBooleanDecoder decoder,
DecodingContext c) |
boolean |
ModeInfo.readSkipFlag(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c) |
protected void |
CodedSuperBlock.readSubPartition(int miCol,
int miRow,
int logBlkSize,
VPXBooleanDecoder decoder,
DecodingContext c,
List<CodedBlock> blocks) |
int |
ModeInfo.readTxSize(int miCol,
int miRow,
int blSz,
boolean allowSelect,
VPXBooleanDecoder decoder,
DecodingContext c) |
Copyright © 2019. All rights reserved.