public class CodedCBlk extends Object
This class is normally not used. Instead the EncRDCBlk, EncLyrdCBlk and the DecLyrdCBlk subclasses are used.
CBlkRateDistStats
,
DecLyrdCBlk
Modifier and Type | Field and Description |
---|---|
byte[] |
data
The compressed data
|
int |
m
The vertical index of the code-block, within the subband.
|
int |
n
The horizontal index of the code-block, within the subband.
|
int |
skipMSBP
The number of skipped most significant bit-planes.
|
public int n
public int m
public int skipMSBP
public byte[] data
public CodedCBlk()
public CodedCBlk(int m, int n, int skipMSBP, byte[] data)
m
- The horizontal index of the code-block, within the subband.n
- The vertical index of the code-block, within the subband.skipMSBP
- The number of skipped most significant bit-planes for
this code-block.data
- The compressed data. This array is referenced by this
object so it should not be modified after.Copyright © 2016 Open Microscopy Environment