| Package | Description |
|---|---|
| org.jcodec.codecs.vpx.vp9 |
| Modifier and Type | Field and Description |
|---|---|
static CodedBlock[] |
CodedBlock.EMPTY_ARR |
| Modifier and Type | Method and Description |
|---|---|
CodedBlock[] |
CodedSuperBlock.getCodedBlocks() |
static CodedBlock |
CodedBlock.read(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c) |
protected CodedBlock |
CodedSuperBlock.readBlock(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c)
Needed for mocking
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CodedSuperBlock.readSubPartition(int miCol,
int miRow,
int logBlkSize,
VPXBooleanDecoder decoder,
DecodingContext c,
List<CodedBlock> blocks) |
| Constructor and Description |
|---|
CodedSuperBlock(CodedBlock[] codedBlocks) |
Copyright © 2019. All rights reserved.