public class CodedSuperBlock extends Object
Modifier | Constructor and Description |
---|---|
protected |
CodedSuperBlock() |
|
CodedSuperBlock(CodedBlock[] codedBlocks) |
Modifier and Type | Method and Description |
---|---|
CodedBlock[] |
getCodedBlocks() |
static CodedSuperBlock |
read(int miCol,
int miRow,
VPXBooleanDecoder decoder,
DecodingContext c) |
protected CodedBlock |
readBlock(int miCol,
int miRow,
int blSz,
VPXBooleanDecoder decoder,
DecodingContext c)
Needed for mocking
|
protected static int |
readPartition(int miCol,
int miRow,
int blkSize,
VPXBooleanDecoder decoder,
DecodingContext c) |
protected void |
readSubPartition(int miCol,
int miRow,
int logBlkSize,
VPXBooleanDecoder decoder,
DecodingContext c,
List<CodedBlock> blocks) |
public CodedSuperBlock(CodedBlock[] codedBlocks)
protected CodedSuperBlock()
public CodedBlock[] getCodedBlocks()
public static CodedSuperBlock read(int miCol, int miRow, VPXBooleanDecoder decoder, DecodingContext c)
protected CodedBlock readBlock(int miCol, int miRow, int blSz, VPXBooleanDecoder decoder, DecodingContext c)
protected void readSubPartition(int miCol, int miRow, int logBlkSize, VPXBooleanDecoder decoder, DecodingContext c, List<CodedBlock> blocks)
protected static int readPartition(int miCol, int miRow, int blkSize, VPXBooleanDecoder decoder, DecodingContext c)
Copyright © 2019. All rights reserved.