|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jj2000.j2k.entropy.CodedCBlk | +--jj2000.j2k.entropy.decoder.DecLyrdCBlk
This class stores coded (compressed) code-blocks that are organized in layers. This object can contain either all code-block data (i.e. all layers), or a subset of all the layers that make up the whole compressed code-block. It is applicable to the decoder engine only. Some data of the coded-block is stored in the super class, see CodedCBlk.
A code-block may have its progressive attribute set (i.e. the 'prog' flag is true). If a code-block is progressive then it means that more data for it may be obtained for an improved quality. If the progressive flag is false then no more data is available from the source for this code-block.
CodedCBlk
Field Summary | |
int |
dl
The coded (compressed) data length. |
int |
ftpIdx
The index of the first truncation point returned |
int |
h
The height of the code-block |
int |
nl
The number of layers in the coded data. |
int |
nTrunc
The total number of truncation points from layer 1 to the last one in this object. |
boolean |
prog
The progressive flag, false by default (see above). |
int[] |
tsLengths
The length of each terminated segment. |
int |
ulx
The horizontal coordinate of the upper-left corner of the code-block |
int |
uly
The vertical coordinate of the upper left corner of the code-block |
int |
w
The width of the code-block |
Fields inherited from class jj2000.j2k.entropy.CodedCBlk |
data, m, n, skipMSBP |
Constructor Summary | |
DecLyrdCBlk()
|
Method Summary | |
java.lang.String |
toString()
Object information in a string |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int ulx
public int uly
public int w
public int h
public int dl
public boolean prog
public int nl
public int ftpIdx
public int nTrunc
public int[] tsLengths
Constructor Detail |
public DecLyrdCBlk()
Method Detail |
public java.lang.String toString()
toString
in class CodedCBlk
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |