| 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
|
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 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.