Package | Description |
---|---|
org.jcodec.codecs.vpx | |
org.jcodec.codecs.vpx.vp9 |
Modifier and Type | Method and Description |
---|---|
void |
VPXMacroblock.decodeMacroBlock(VPXMacroblock[][] mbs,
VPXBooleanDecoder tockenDecoder,
int[][][][] coefProbs) |
void |
VPXMacroblock.Subblock.decodeSubBlock(VPXBooleanDecoder decoder,
int[][][][] allProbs,
int ilc,
int type,
boolean withY2) |
static int |
VP8Util.delta(VPXBooleanDecoder bc)
delta() is the process to read 5 bits from the bitstream to determine a signed delta value:
+-------+--------------------------------------------------+
| Index | Description |
+-------+--------------------------------------------------+
| L(4) | Magnitude of delta |
| L(1) | Sign of delta, 0 for positive and 1 for negative |
+-------+--------------------------------------------------+
|
Modifier and Type | Method and Description |
---|---|
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.