Package | Description |
---|---|
org.jcodec.codecs.vpx.vp9 |
Modifier and Type | Class and Description |
---|---|
class |
InterModeInfo
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
Modifier and Type | Method and Description |
---|---|
ModeInfo |
CodedBlock.getMode() |
ModeInfo |
ModeInfo.read(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c) |
Modifier and Type | Method and Description |
---|---|
void |
Residual.read(int miCol,
int miRow,
int blType,
VPXBooleanDecoder decoder,
DecodingContext c,
ModeInfo modeInfo) |
static Residual |
Residual.readResidual(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c,
ModeInfo mode) |
Constructor and Description |
---|
CodedBlock(ModeInfo mode,
Residual r) |
Copyright © 2019. All rights reserved.