| Package | Description |
|---|---|
| org.jcodec.codecs.vpx | |
| org.jcodec.codecs.vpx.vp9 |
| Modifier and Type | Method and Description |
|---|---|
void |
Macroblock.decodeMacroBlock(Macroblock[][] mbs,
VPXBooleanDecoder tockenDecoder,
int[][][][] coefProbs) |
void |
Macroblock.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 |
|---|---|
static ModeInfo |
ModeInfo.read(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
Probabilities probs,
DecodingContext c) |
static InterModeInfo |
InterModeInfo.read(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
Probabilities probs,
DecodingContext c) |
static CodedBlock |
CodedBlock.read(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
Probabilities probs,
DecodingContext c) |
static Residual |
Residual.read(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
Probabilities probStore,
DecodingContext c,
ModeInfo mode) |
static CodedSuperBlock |
CodedSuperBlock.read(int miCol,
int miRow,
VPXBooleanDecoder decoder,
Probabilities probStore,
DecodingContext c) |
static int |
ModeInfo.readSegmentId(VPXBooleanDecoder decoder,
Probabilities probStore) |
static boolean |
ModeInfo.readSkipFlag(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
Probabilities probStore,
DecodingContext c) |
static int |
ModeInfo.readTxSize(int miCol,
int miRow,
int blSz,
boolean allowSelect,
VPXBooleanDecoder decoder,
Probabilities probStore,
DecodingContext c) |
static int[] |
Residual.tokens(int plane,
int startX,
int startY,
int txSz,
int blockIdx,
boolean isInter,
VPXBooleanDecoder decoder,
Probabilities probStore,
DecodingContext c) |
Copyright © 2018. All rights reserved.